diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-24 19:24:16 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-24 19:24:16 +0100 |
commit | 8632a871313f198296bd0c707661a24711c70b9f (patch) | |
tree | 877539ff9b9622288124cef76bb35313fec4fd28 /buch/Makefile | |
parent | conditional file inclusion (diff) | |
download | SeminarSpezielleFunktionen-8632a871313f198296bd0c707661a24711c70b9f.tar.gz SeminarSpezielleFunktionen-8632a871313f198296bd0c707661a24711c70b9f.zip |
build two different files for printer and students
Diffstat (limited to 'buch/Makefile')
-rwxr-xr-x | buch/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buch/Makefile b/buch/Makefile index 3f2515f..7014b97 100755 --- a/buch/Makefile +++ b/buch/Makefile @@ -34,6 +34,11 @@ speziellefunktionen.pdf: buch.pdf 1-20 \ ../cover/back.pdf {},1 +SeminarSpezielleFunktionen.pdf: SeminarSpezielleFunktionen.tex $(TEXFILES) \ + buch.ind $(BLXFILES) + pdflatex buch.tex + bibtex buch + # # This Makefile can also construct the short tests # |