docs/diploma
diff thesis/Makefile @ 54:da11c1b9e8cb
splitted bib into 2 parts: books and web (using multibib)
author | meillo@marmaro.de |
---|---|
date | Wed, 15 Oct 2008 22:53:19 +0200 |
parents | 1d35768e1643 |
children | fa086dbbdf10 |
line diff
1.1 --- a/thesis/Makefile Tue Oct 14 22:19:54 2008 +0200 1.2 +++ b/thesis/Makefile Wed Oct 15 22:53:19 2008 +0200 1.3 @@ -2,6 +2,8 @@ 1.4 1.5 DOC=thesis 1.6 1.7 +all: pdf 1.8 + 1.9 pdf: 1.10 latexmk -pdf $(DOC) 1.11 1.12 @@ -13,5 +15,6 @@ 1.13 1.14 clean: 1.15 latexmk -c 1.16 + rm web.* 1.17 1.18 .PHONY: pdf view watch clean