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 diff
1.1 --- a/thesis/Makefile Fri Dec 19 23:35:05 2008 +0100 1.2 +++ b/thesis/Makefile Fri Dec 19 23:35:38 2008 +0100 1.3 @@ -1,6 +1,7 @@ 1.4 # makefile using `latexmk' 1.5 1.6 DOC=thesis 1.7 +COVER=cover 1.8 1.9 all: pdf 1.10 1.11 @@ -17,4 +18,7 @@ 1.12 latexmk -c 1.13 rm web.* 1.14 1.15 -.PHONY: pdf view watch clean 1.16 +cover: 1.17 + latexmk -pdf $(COVER) 1.18 + 1.19 +.PHONY: pdf view watch clean cover