diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/master/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/templates/master/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/Makefile b/Master/texmf-dist/doc/latex/disser/templates/master/Makefile index 4bad2e9be25..5f8b968c8c0 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/master/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 |