summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
index 0cd35556702..c6ed3f12107 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd
+++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/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
)