19 |
|
|
20 |
# add generated files |
# add generated files |
21 |
cp -a --parents aclocal.m4 \ |
cp -a --parents aclocal.m4 \ |
|
config.guess config.sub ltmain.sh \ |
|
22 |
configure \ |
configure \ |
23 |
config.h.in \ |
config.h.in \ |
24 |
Makefile.in depcomp install-sh missing \ |
Makefile.in config.guess config.sub depcomp install-sh missing \ |
25 |
$distdir |
$distdir |
26 |
cp -a --parents tests/Makefile.in $distdir |
cp -a --parents tests/Makefile.in $distdir |
27 |
cp -a --parents doc/instrumented $distdir |
cp -a --parents doc/instrumented $distdir |
32 |
rm $distdir/bootstrap.sh |
rm $distdir/bootstrap.sh |
33 |
rm $distdir/make-maintainer-clean.sh |
rm $distdir/make-maintainer-clean.sh |
34 |
rm -r $distdir/scriptaculous* |
rm -r $distdir/scriptaculous* |
35 |
|
rm -r $distdir/selenium |
36 |
|
|
37 |
timestamp=`cat TIMESTAMP` |
timestamp=`cat TIMESTAMP` |
38 |
find $distdir -exec touch -d "$timestamp" {} \; |
find $distdir -exec touch -d "$timestamp" {} \; |
40 |
tarfile=${distdir}.tar |
tarfile=${distdir}.tar |
41 |
tar cvf $tarfile --owner=root --group=root $distdir |
tar cvf $tarfile --owner=root --group=root $distdir |
42 |
bzip2 -c $tarfile > ${tarfile}.bz2 |
bzip2 -c $tarfile > ${tarfile}.bz2 |
43 |
lzma -c $tarfile > ${tarfile}.lzma |
xz -c $tarfile > ${tarfile}.xz |