Mercurial > docs > diploma
view thesis/Makefile @ 25:33149fbcac81
added mta-comparision and texts about masqmail
author | meillo@marmaro.de |
---|---|
date | Thu, 02 Oct 2008 21:29:49 +0200 |
parents | 1d35768e1643 |
children | da11c1b9e8cb |
line wrap: on
line source
# makefile using `latexmk' DOC=thesis pdf: latexmk -pdf $(DOC) view: pdf xpdf -z page $(DOC).pdf & watch: view latexmk -pdf -pvc -pv- $(DOC) clean: latexmk -c .PHONY: pdf view watch clean