summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile b/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile
new file mode 100644
index 00000000000..30faef4990e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile
@@ -0,0 +1,18 @@
+#
+# Makefile for documents and templates
+# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+#
+
+TARGET?=thesis
+
+
+include ../../include/latex.mk
+
+all: dvi
+
+allpdf: pdf
+
+help: .help
+ @echo " all alias for dvi target" ;\
+ echo " allpdf alias for pdf target" ;\
+