X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/e462106709367a4d115fc40acafb799c2abbb8ab..e1cac9038a61be38d446ff6b2da21ca3d3e8b450:/tools/make/makefile diff --git a/tools/make/makefile b/tools/make/makefile index 8b83ff7..9fd2c44 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -64,7 +64,7 @@ $(project).zip: copy.stamp $(project) $(project).deb: copy.stamp control.stamp $(DEB) - cp $(project).deb $(project)_$(version).deb + cp $(project).deb $(project)_$(version)$(_arch).deb #----------------------------------------------------------------- # utilities @@ -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 $< +