# # Makefile for documents and templates # Author: Stanislav Kruchinin # TARGET?=thesis include ../../include/latex.mk all: @env TARGET=thesis $(MAKE) dvi ;\ env TARGET=autoref $(MAKE) dvi ;\ eval unset TARGET allpdf: @env TARGET=thesis $(MAKE) pdf ;\ env TARGET=autoref $(MAKE) pdf ;\ eval unset TARGET help: .help @echo " all build DVI of autoref and thesis" ;\ echo " allpdf build PDF of autoref and thesis" ;\