From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../disser/templates-utf8/candidate/Makefile | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 macros/latex/contrib/disser/templates-utf8/candidate/Makefile (limited to 'macros/latex/contrib/disser/templates-utf8/candidate/Makefile') 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 +# + +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" ;\ -- cgit v1.2.3