]> wagnertech.de Git - projects.git/blobdiff - tools/make/makefile
posaune
[projects.git] / tools / make / makefile
index 0dea1519ae0ea3edf808ead1db233dc282a6c845..c4e9d3e6fb78142199c0c837b462744ca03db0d2 100644 (file)
@@ -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 $<
 
+