summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
diff options
context:
space:
mode:
authorDr. Clea F. Rees <cfrees@imapmail.org>2008-12-03 00:28:53 +0000
committerDr. Clea F. Rees <cfrees@imapmail.org>2008-12-03 00:28:53 +0000
commit4f27dd85b17214cfe01fad1772840f3a3b9d88a1 (patch)
treeb67a43b38cb544d442042a0bda3e2ed1c63db905 /Master/texmf-dist/doc/latex/disser/templates/bachelor/Makefile
parent9e9aecddd3e49a9bb616309887effea00fdbfdd6 (diff)
disser 1.1.0
git-svn-id: svn://tug.org/texlive/trunk@11501 c570f23f-e606-0410-a88d-b1316a301751
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