summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile b/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
index 4bad2e9be25..5f8b968c8c0 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
@@ -1,3 +1,7 @@
-TARGET=thesis
+TARGET?=thesis
-include ../../include/latex.mk \ No newline at end of file
+include ../../include/latex.mk
+
+all: dvi
+
+allpdf: pdf \ No newline at end of file