docs/DesignPatterns
diff Makefile @ 13:eff2ffb701fe
optmized titlepages; optimized Makefile
author | meillo@marmaro.de |
---|---|
date | Thu, 21 Jun 2007 11:36:57 +0200 |
parents | a7bdc1211d3a |
children | dc88dad3b5af |
line diff
1.1 --- a/Makefile Thu Jun 21 10:46:57 2007 +0200 1.2 +++ b/Makefile Thu Jun 21 11:36:57 2007 +0200 1.3 @@ -5,8 +5,17 @@ 1.4 1.5 1.6 all: 1.7 - pdflatex observer.tex 1.8 - pdflatex composite.tex 1.9 + pdflatex 00_vorstellung.tex 1.10 + pdflatex 01_einfuehrung.tex 1.11 + pdflatex 02_anderePatterns.tex 1.12 + pdflatex 03_observer.tex 1.13 + pdflatex 04_composite.tex 1.14 + pdflatex 05_antiPatterns.tex 1.15 + pdflatex 09_zusammenfassung.tex 1.16 + 1.17 +merge: 1.18 + rm all.pdf 1.19 + pdftk *.pdf cat output all.pdf 1.20 1.21 1.22 #all: ${OBJ}