Mercurial > noffle
comparison make-distribution @ 13:6121f8feb3e5 noffle
[svn] Overwrite tag if already existing.
| author | enz |
|---|---|
| date | Tue, 18 Apr 2000 07:11:11 +0100 |
| parents | 04124a4423d4 |
| children |
comparison
equal
deleted
inserted
replaced
| 12:43631b72021f | 13:6121f8feb3e5 |
|---|---|
| 36 $a.html >$DIR/$a.txt || exit -1; done ) \ | 36 $a.html >$DIR/$a.txt || exit -1; done ) \ |
| 37 && sed 's/^VERSION *= *[^ ]*/VERSION = '$VERSION'/' <Makefile >$DIR/Makefile \ | 37 && sed 's/^VERSION *= *[^ ]*/VERSION = '$VERSION'/' <Makefile >$DIR/Makefile \ |
| 38 && cp $DIR/Makefile Makefile \ | 38 && cp $DIR/Makefile Makefile \ |
| 39 && tar cf noffle-$VERSION.tar $DIR \ | 39 && tar cf noffle-$VERSION.tar $DIR \ |
| 40 && gzip -9 noffle-$VERSION.tar \ | 40 && gzip -9 noffle-$VERSION.tar \ |
| 41 && cvs tag -d dist_test \ | |
| 42 && cvs ci -m "Makefile for version $VERSION" Makefile \ | 41 && cvs ci -m "Makefile for version $VERSION" Makefile \ |
| 43 && cvs tag $TAG | 42 && cvs tag -dc $TAG |
| 44 echo Do not forget to change VERSION in Makefile to experimental if | 43 echo Do not forget to change VERSION in Makefile to experimental if |
| 45 echo you plan to modify the sources from now on. | 44 echo you plan to modify the sources from now on. |
| 46 echo | 45 echo |
| 47 echo Please try to compile this version to ensure that no file is missing. | 46 echo Please try to compile this version to ensure that no file is missing. |
