|
From: Christian G. [M. Mitch] <mas...@us...> - 2002-01-19 10:38:26
|
Update of /cvsroot/jprojecttimer/jprojecttimer In directory usw-pr-cvs1:/tmp/cvs-serv17513 Modified Files: Makefile Log Message: Task 46107: dist target creates a .zip, too Index: Makefile =================================================================== RCS file: /cvsroot/jprojecttimer/jprojecttimer/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 2002/01/18 21:41:12 1.6 --- Makefile 2002/01/19 10:38:22 1.7 *************** *** 31,34 **** --- 31,37 ---- # this is the name of the .tar.gz + ZIP=$(PREFIX).zip + + # this is the name of the source .tar.gz SRC=$(PREFIX)-src.tar.gz *************** *** 92,95 **** --- 95,99 ---- cp $(JAR) $(PREFIX) tar -c $(PREFIX) -zvf $(TGZ) + zip -r9 $(ZIP) $(PREFIX) rm -rf $(PREFIX) |