# # Makefile for documents and templates # Author: Stanislav Kruchinin # TARGET?=thesis include ../../include/latex.mk all: dvi allpdf: pdf help: .help @echo " all alias for dvi target" ;\ echo " allpdf alias for pdf target" ;\