summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/templates/specialist/Makefile
blob: 105e4055c17b474f6e92f8cc43725a35cbe4d10f (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 ?= bibtex8
BIBTEXFLAGS ?= -H -c cp1251

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" ;\