comparison Makefile @ 13:eff2ffb701fe

optmized titlepages; optimized Makefile
author meillo@marmaro.de
date Thu, 21 Jun 2007 11:36:57 +0200
parents a7bdc1211d3a
children dc88dad3b5af
comparison
equal deleted inserted replaced
12:a7bdc1211d3a 13:eff2ffb701fe
3 SRC = observer.tex composite.tex 3 SRC = observer.tex composite.tex
4 OBJ = ${SRC:.tex=.pdf} 4 OBJ = ${SRC:.tex=.pdf}
5 5
6 6
7 all: 7 all:
8 pdflatex observer.tex 8 pdflatex 00_vorstellung.tex
9 pdflatex composite.tex 9 pdflatex 01_einfuehrung.tex
10 pdflatex 02_anderePatterns.tex
11 pdflatex 03_observer.tex
12 pdflatex 04_composite.tex
13 pdflatex 05_antiPatterns.tex
14 pdflatex 09_zusammenfassung.tex
15
16 merge:
17 rm all.pdf
18 pdftk *.pdf cat output all.pdf
10 19
11 20
12 #all: ${OBJ} 21 #all: ${OBJ}
13 22
14 #.tex.pdf: 23 #.tex.pdf: