X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/9f900ca37096790daab2fd817144badd826c2708..5e8e2b2380cd6697b8634a765cdfd0b9e07c502c:/tools/make/makefile diff --git a/tools/make/makefile b/tools/make/makefile index 0dea151..c4e9d3e 100644 --- a/tools/make/makefile +++ b/tools/make/makefile @@ -31,7 +31,7 @@ include make.pre #----------------------------------------------------------------- compile: $(COMPILE_TARGET) - # compile ist fertig + # compile is ready zip: $(project).zip # ZIP file ready @@ -54,7 +54,7 @@ compile.stamp: $(SOURCES) #----------------------------------------------------------------- copy.stamp: $(COPY_PRE) - $(COPY) $(project) + $(COPY) $(project) $(version) ${arch} @touch copy.stamp control.stamp: $(project).control @@ -87,3 +87,4 @@ clean: %.pdf : %.tex $(SOURCES) pdflatex $< && pdflatex $< +