summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/nomake.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/nomake.cmd')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/nomake.cmd4
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/nomake.cmd
new file mode 100644
index 00000000000..64de24ccfb2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/nomake.cmd
@@ -0,0 +1,4 @@
+@echo off
+
+set subdirs=bachelor ..\master ..\candidate ..\doctor
+for %%i in (%subdirs%) do cd %%i & nomake %1 \ No newline at end of file