From: Christian G. [M. Mitch] <mas...@us...> - 2002-02-07 22:37:03
|
Update of /cvsroot/jprojecttimer/jprojecttimer In directory usw-pr-cvs1:/tmp/cvs-serv8229 Modified Files: Makefile Log Message: distribution targets updated Index: Makefile =================================================================== RCS file: /cvsroot/jprojecttimer/jprojecttimer/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 20 Jan 2002 12:01:29 -0000 1.8 --- Makefile 7 Feb 2002 22:37:00 -0000 1.9 *************** *** 7,11 **** # this is the current version ! VERSION=0.0.5 # this is the main project class --- 7,14 ---- # this is the current version ! VERSION=0.0.6 ! ! # this is the corresponding CVS tag ! REV=v0_0_6 # this is the main project class *************** *** 93,97 **** --- 96,102 ---- cp README $(PREFIX) cp COPYING $(PREFIX) + cp Changelog $(PREFIX) cp $(JAR) $(PREFIX) + cp lib/*.jar lib/*.license $(PREFIX) tar -c $(PREFIX) -zvf $(TGZ) zip -r9 $(ZIP) $(PREFIX) *************** *** 100,105 **** srcdist: rm -rf $(PREFIX) ! mkdir $(PREFIX) ! cp -r de COPYING *.properties Makefile README checkTranslation.pl $(PREFIX) tar -c $(PREFIX) -zvf $(SRC) rm -rf $(PREFIX) --- 105,109 ---- srcdist: rm -rf $(PREFIX) ! cvs export -d $(PREFIX) -r $(REV) jprojecttimer tar -c $(PREFIX) -zvf $(SRC) rm -rf $(PREFIX) |