From a5de816ae901f5cbac6dc91f557c800cb909b3fb Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Sun, 23 Jun 2019 18:30:23 +0100 Subject: [PATCH] Add missing config, bib-files, and main-include to examples. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 2a341a8..88c61b3 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ authorarchive.zip: * examples/*.tex (cd examples; for i in *.tex; do pdflatex $$i; pdflatex $$i; pdflatex $$i; done) cp examples/*.tex authorarchive/examples/ cp examples/*.pdf authorarchive/examples/ + cp examples/*.config authorarchive/examples/ + cp -r examples/bib authorarchive/examples/ + cp -r examples/input authorarchive/examples/ cp *.sty authorarchive cp LICENSE authorarchive cp *.md authorarchive