#-----------------------------------------------------------------
compile: $(COMPILE_TARGET)
- # compile ist fertig
+ # compile is ready
zip: $(project).zip
# ZIP file ready
#-----------------------------------------------------------------
copy.stamp: $(COPY_PRE)
- $(COPY) $(project)
+ $(COPY) $(project) $(version) ${arch}
@touch copy.stamp
control.stamp: $(project).control
%.pdf : %.tex $(SOURCES)
pdflatex $< && pdflatex $<
+