From eadac6a4b811db258d2b4d5dd4dec4fb0551ca4d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Jul 2016 21:39:30 +0000 Subject: disser (5jul16) git-svn-id: svn://tug.org/texlive/trunk@41635 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/disser/templates/candidate/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile') diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile index cd39aa8987d..578ab2bec3e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/Makefile @@ -3,8 +3,9 @@ # Author: Stanislav Kruchinin # -TARGET?=thesis - +TARGET ?= thesis +BIBTEX ?= bibtex8 +BIBTEXFLAGS ?= -H -c cp1251 include ../../include/latex.mk @@ -18,7 +19,12 @@ allpdf: 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 DVI of autoref and thesis" ;\ + @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