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