Mercurial > docs > diploma
view thesis/Makefile @ 55:56fd50f9bbf3
reworked text; added MTA definitions; added references; more
author | meillo@marmaro.de |
---|---|
date | Wed, 15 Oct 2008 22:54:56 +0200 |
parents | da11c1b9e8cb |
children | fa086dbbdf10 |
line wrap: on
line source
# makefile using `latexmk' DOC=thesis all: pdf pdf: latexmk -pdf $(DOC) view: pdf xpdf -z page $(DOC).pdf & watch: view latexmk -pdf -pvc -pv- $(DOC) clean: latexmk -c rm web.* .PHONY: pdf view watch clean