From 8632a871313f198296bd0c707661a24711c70b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 24 Jan 2022 19:24:16 +0100 Subject: build two different files for printer and students --- buch/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'buch/Makefile') 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 # -- cgit v1.2.1