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