diff options
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 # |