summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-15 18:27:58 +0000
committerKarl Berry <karl@freefriends.org>2009-04-15 18:27:58 +0000
commit1a04c4958efaf6b4b8b9d2464a222f61de314ef5 (patch)
treea10805300b448de2375ac01d834fefdd3a2705d5 /Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
parent88f7d1ac35385d57d17eb60fb2d77f6704eadde5 (diff)
disser update (14apr09)
git-svn-id: svn://tug.org/texlive/trunk@12723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
index 0cd35556702..c6ed3f12107 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd
@@ -2,6 +2,7 @@
if "%1"=="help" (
:help
+ call ..\..\include\latex.nmk.cmd %1
echo all build DVI of autoref and thesis
echo allpdf build PDF of autoref and thesis
goto :eof
@@ -18,7 +19,7 @@ goto :eof
set target=
goto :eof
) else (
- ..\..\include\latex.nmk.cmd %*
+ call ..\..\include\latex.nmk.cmd %*
goto :eof
)