docs/DesignPatterns

diff Makefile @ 14:dc88dad3b5af

changes to vorstellung; modified Makefile
author meillo@marmaro.de
date Thu, 21 Jun 2007 17:53:50 +0200
parents eff2ffb701fe
children 12d6f1a641c8
line diff
     1.1 --- a/Makefile	Thu Jun 21 11:36:57 2007 +0200
     1.2 +++ b/Makefile	Thu Jun 21 17:53:50 2007 +0200
     1.3 @@ -15,6 +15,7 @@
     1.4  
     1.5  merge:
     1.6  	rm all.pdf
     1.7 +	pdftk A=00_vorstellung.pdf cat A1-2 output 00_vorstellung-mod.pdf && rm 00_vorstellung.pdf
     1.8  	pdftk *.pdf cat output all.pdf
     1.9  
    1.10