X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/c9b0630e680308a6389cdf758bb677d811a2d05b..8aa3f75cc1f16a25491abc5cd8a4ed554ad26f0d:/tools/make/makefile diff --git a/tools/make/makefile b/tools/make/makefile index 7fadac9..60e6780 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 @@ -75,10 +74,3 @@ 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