Mercurial > docs > diploma
view thesis/Makefile @ 27:433df94d5476
added pices to thesis ... need rework!
author | meillo@marmaro.de |
---|---|
date | Sat, 04 Oct 2008 20:14:00 +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