Mercurial > 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 wrap: on
line diff
--- a/Makefile Thu Jun 21 10:46:57 2007 +0200 +++ b/Makefile Thu Jun 21 11:36:57 2007 +0200 @@ -5,8 +5,17 @@ all: - pdflatex observer.tex - pdflatex composite.tex + pdflatex 00_vorstellung.tex + pdflatex 01_einfuehrung.tex + pdflatex 02_anderePatterns.tex + pdflatex 03_observer.tex + pdflatex 04_composite.tex + pdflatex 05_antiPatterns.tex + pdflatex 09_zusammenfassung.tex + +merge: + rm all.pdf + pdftk *.pdf cat output all.pdf #all: ${OBJ}