summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-05 21:37:27 +0000
committerKarl Berry <karl@freefriends.org>2017-03-05 21:37:27 +0000
commit76eb9c1d1aaa84b6d3edc7bd56d9f19ccd77371a (patch)
tree02f4a9fbd36f5be458c9ffc818e90f60b82c8afe /Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
parentfd9e6506431c90e66891bb9e63e38334837c415c (diff)
disser (5mar17)
git-svn-id: svn://tug.org/texlive/trunk@43400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
index 5e5e05f3520..a426734c237 100644
--- a/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/doctor/nomake.cmd
@@ -27,19 +27,20 @@ if "%1"=="" (
exit /b
:help
- echo all build DVI of autoref and thesis
- echo allpdf build PDF of autoref and thesis
+ echo all build PDF of autoref and thesis
+ echo allpdf build PDF of autoref and thesis
+ echo alldvi build DVI of autoref and thesis
%latexnmk% help
goto :eof
-:alldvi
- set target=thesis & %latexnmk% dvi
- set target=autoref & %latexnmk% dvi
- set target=
-goto :eof
-
:allpdf
set target=thesis & %latexnmk% pdf
set target=autoref & %latexnmk% pdf
set target=
goto :eof
+
+:alldvi
+ set target=thesis & %latexnmk% dvi
+ set target=autoref & %latexnmk% dvi
+ set target=
+goto :eof