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/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile b/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile
index 30faef4990e..105e4055c17 100644
--- a/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile
+++ b/Master/texmf-dist/doc/latex/disser/templates/specialist/Makefile
@@ -3,16 +3,19 @@
# Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com>
#
-TARGET?=thesis
-
+TARGET ?= thesis
+BIBTEX ?= bibtex8
+BIBTEXFLAGS ?= -H -c cp1251
include ../../include/latex.mk
-all: dvi
+all: pdf
allpdf: pdf
+alldvi: dvi
+
help: .help
- @echo " all alias for dvi target" ;\
+ @echo " all alias for pdf target" ;\
echo " allpdf alias for pdf target" ;\
-
+ echo " alldvi alias for dvi target" ;\