--- devtool.conf 2002/07/01 12:54:54 1.3
+++ devtool.conf 2002/07/28 08:07:17 1.4
@@ -3,7 +3,7 @@
##
%autogen
- @autogen shtool 1.6.0 "1.6.*" echo version scpp mkdir install fixperm tarball
+ @autogen shtool 1.6.1 "1.6.*" echo version scpp mkdir install fixperm tarball
@autogen libtool 1.4.2 "1.4*"
@autogen autoconf 2.53 "2.5.*"
@@ -32,14 +32,14 @@
./shtool fixperm -v .
V=`./shtool version -lc -d short pth_vers.c`
./shtool tarball -o pth-${V}.tar.gz -d pth-${V} -u gnu -g pth \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
%snap
make distclean >/dev/null 2>&1
./shtool fixperm -v .
V=`./shtool version -lc -d short pth_vers.c`
./shtool tarball -o pth-${V}-SNAP.tar.gz -d pth-${V} -u gnu -g pth \
- -e 'CVS,\.cvsignore,\.[ao],^\.,devtool*' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*' -c 'gzip --best' .
%striptease
perl striptease.pl
|