diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/Makefile new file mode 100644 index 00000000000..ef775e6d4f7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/disser/templates-utf8/master/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" ;\ |