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 wrap: on
line diff
--- a/thesis/Makefile	Tue Oct 14 22:19:54 2008 +0200
+++ b/thesis/Makefile	Wed Oct 15 22:53:19 2008 +0200
@@ -2,6 +2,8 @@
 
 DOC=thesis
 
+all: pdf
+
 pdf:
 	latexmk -pdf $(DOC)
 
@@ -13,5 +15,6 @@
 
 clean:
 	latexmk -c
+	rm web.*
 
 .PHONY: pdf view watch clean