summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates-utf8/specialist/Makefile
blob: ef775e6d4f772b8900b1dc288740b8b4ce1cf1bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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" ;\