diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile b/Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile index e041e488ac6..cd39aa8987d 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile @@ -9,8 +9,8 @@ TARGET?=thesis include ../../include/latex.mk all: - @env TARGET=thesis $(MAKE) dvi ;\ - env TARGET=autoref $(MAKE) dvi ;\ + @env TARGET=thesis $(MAKE) ;\ + env TARGET=autoref $(MAKE) ;\ eval unset TARGET allpdf: |