Mercurial > docs > diploma
diff thesis/Makefile @ 169:fa086dbbdf10
split cover from main document
author | meillo@marmaro.de |
---|---|
date | Fri, 19 Dec 2008 23:35:38 +0100 |
parents | da11c1b9e8cb |
children | 991400d3b861 |
line wrap: on
line diff
--- a/thesis/Makefile Fri Dec 19 23:35:05 2008 +0100 +++ b/thesis/Makefile Fri Dec 19 23:35:38 2008 +0100 @@ -1,6 +1,7 @@ # makefile using `latexmk' DOC=thesis +COVER=cover all: pdf @@ -17,4 +18,7 @@ latexmk -c rm web.* -.PHONY: pdf view watch clean +cover: + latexmk -pdf $(COVER) + +.PHONY: pdf view watch clean cover