X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/6bfe735d12cd6a72483c7999a09dc8c11044c562..c9b0630e680308a6389cdf758bb677d811a2d05b:/tools/make/makefile diff --git a/tools/make/makefile b/tools/make/makefile index 8b83ff7..7fadac9 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -12,6 +12,7 @@ DEB = fakeroot dpkg-deb --build $(project) project = default SOURCES = COPY_PRE = +TEX = pdflatex # Load project specification include make.pre @@ -74,3 +75,10 @@ clean: if [ -e $(project).zip ]; then rm $(project).zip; fi if [ -e $(project) ]; then rm -rf $(project); fi +#----------------------------------------------------------------- +# generische Regeln +#----------------------------------------------------------------- +%.pdf:%.tex + $(TEX) $< + +-include make.post