Mercurial > dnsbl
comparison package @ 111:d0dad5610980
move to autoconf/automake/docbook
author | carl |
---|---|
date | Sun, 18 Dec 2005 15:16:25 -0800 |
parents | 75c10deb3fe9 |
children | 96b2eb7f25f5 |
comparison
equal
deleted
inserted
replaced
110:75c10deb3fe9 | 111:d0dad5610980 |
---|---|
12 ./configure >/dev/null | 12 ./configure >/dev/null |
13 (cd xml; make; make distclean) | 13 (cd xml; make; make distclean) |
14 # cp -a html/*html $web | 14 # cp -a html/*html $web |
15 make distcheck >$distlog 2>&1 | 15 make distcheck >$distlog 2>&1 |
16 if [ $? -eq 0 ]; then | 16 if [ $? -eq 0 ]; then |
17 ls -al xml | |
17 exit | 18 exit |
19 | |
18 if [ -f $BALL ]; then | 20 if [ -f $BALL ]; then |
19 # expand locally to see the tarball | 21 # expand locally to see the tarball |
20 rm -rf junk | 22 rm -rf junk |
21 mkdir junk | 23 mkdir junk |
22 cd junk | 24 cd junk |