summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/templates-utf8/candidate/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/disser/templates-utf8/candidate/Makefile
Initial commit
Diffstat (limited to 'macros/latex/contrib/disser/templates-utf8/candidate/Makefile')
-rw-r--r--macros/latex/contrib/disser/templates-utf8/candidate/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/disser/templates-utf8/candidate/Makefile b/macros/latex/contrib/disser/templates-utf8/candidate/Makefile
new file mode 100644
index 0000000000..f74054616e
--- /dev/null
+++ b/macros/latex/contrib/disser/templates-utf8/candidate/Makefile
@@ -0,0 +1,30 @@
+#
+# Makefile for documents and templates
+# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
+#
+
+TARGET ?= thesis
+BIBTEX := biber
+BIBTEXFLAGS :=
+
+include ../../include/latex.mk
+
+all:
+ @env TARGET=thesis $(MAKE) ;\
+ env TARGET=autoref $(MAKE) ;\
+ eval unset TARGET
+
+allpdf:
+ @env TARGET=thesis $(MAKE) pdf ;\
+ env TARGET=autoref $(MAKE) pdf ;\
+ eval unset TARGET
+
+alldvi:
+ @env TARGET=thesis $(MAKE) dvi ;\
+ env TARGET=autoref $(MAKE) dvi ;\
+ eval unset TARGET
+
+help: .help
+ @echo " all build PDF of autoref and thesis" ;\
+ echo " allpdf build PDF of autoref and thesis" ;\
+ echo " alldvi build DVI of autoref and thesis" ;\