diff Makefile @ 6:7744082fd6a3

added composite; lots of restructuring; renamed main.tex to observer.tex
author meillo@marmaro.de
date Mon, 18 Jun 2007 12:10:02 +0200
parents 0923f2ae50a5
children a7bdc1211d3a
line wrap: on
line diff
--- a/Makefile	Wed Jun 13 00:17:42 2007 +0200
+++ b/Makefile	Mon Jun 18 12:10:02 2007 +0200
@@ -1,9 +1,15 @@
 # Makefile for latex docs
 
-SRC = main.tex
+SRC = observer.tex composite.tex
 OBJ = ${SRC:.tex=.pdf}
 
-all: xpdf
+
+all:
+	pdflatex observer.tex
+	pdflatex composite.tex
+
+
+#all: ${OBJ}
 
 #.tex.pdf:
 #	@echo pdflatex $<
@@ -17,7 +23,7 @@
 xpdf: ${OBJ}
 	@echo xpdf $@
 	@xpdf -fullscreen -z page ${OBJ}
-	@rm ${OBJ}
+	#@rm ${OBJ}
 
 clean:
 	echo 'cleaning ...'