Mercurial > docs > diploma
view thesis/Makefile @ 26:fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
author | meillo@marmaro.de |
---|---|
date | Sat, 04 Oct 2008 19:56:20 +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