summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/Makefile b/Master/texmf-dist/doc/latex/disser/templates/Makefile
new file mode 100644
index 00000000000..1b821d6dad2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/Makefile
@@ -0,0 +1,8 @@
+dvi ps ps_2on1 pdf_2on1 pdf html clean cleansvn srcdist:
+ @$(MAKE) -i -C bachelor $@
+ @$(MAKE) -i -C master $@
+ @$(MAKE) -i -C candidate $@
+ @$(MAKE) -i -C doctor $@
+
+help:
+ @$(MAKE) -C bachelor $@