From: Michael Wagner Date: Tue, 22 Mar 2016 13:36:05 +0000 (+0100) Subject: posaune X-Git-Tag: sysd2sysv_0.1-1~22 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e1cac9038a61be38d446ff6b2da21ca3d3e8b450;p=projects.git posaune --- diff --git a/tools/make/makefile b/tools/make/makefile index 60e6780..9fd2c44 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -74,3 +74,9 @@ clean: if [ -e $(project).zip ]; then rm $(project).zip; fi if [ -e $(project) ]; then rm -rf $(project); fi +#----------------------------------------------------------------- +# Build-Regeln +#----------------------------------------------------------------- +%.pdf : %.tex + pdflatex $< +