Mercurial > docs > diploma
view thesis/Makefile @ 133:653ff21b89be
the last commit had a bad message better is:
tagged person names
new content for MTA comparison
reworked some more content
author | meillo@marmaro.de |
---|---|
date | Wed, 10 Dec 2008 16:56:37 +0100 |
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