diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-30 23:24:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-30 23:24:24 +0000 |
commit | 9e20deb048808f134469ae0d4a3e5bd3ddbc62b0 (patch) | |
tree | 7434833e23083c826571fe2bf3f521fc7249bc46 /Master/texmf-dist/doc/latex/disser/templates/doctor/Makefile | |
parent | 17a0789fca5bb992152a9a9b2a0c97639c8af580 (diff) |
disser (30dec13)
git-svn-id: svn://tug.org/texlive/trunk@32509 c570f23f-e606-0410-a88d-b1316a301751
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: |