summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
index 4bad2e9be25..cb0b531291c 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile
@@ -1,3 +1,18 @@
-TARGET=thesis
+TARGET?=thesis
-include ../../include/latex.mk \ No newline at end of file
+include ../../include/latex.mk
+
+all:
+ @env TARGET=thesis $(MAKE)
+ @env TARGET=autoref $(MAKE)
+ @eval unset TARGET
+
+allpdf:
+ @env TARGET=thesis $(MAKE) pdf
+ @env TARGET=autoref $(MAKE) pdf
+ @eval unset TARGET
+
+help:
+ $(MAKE) -f ../../include/latex.mk help
+ @echo " all build DVI of autoref and thesis"
+ @echo " allpdf build PDF of autoref and thesis"