Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
1
#!/bin/sh
1
#!/bin/sh
2
# @(#$Id: makesrcdist.sh,v 1.9 2006-02-01 07:12:14 dockes Exp $  (C) 2005 J.F.Dockes
2
# @(#$Id: makesrcdist.sh,v 1.10 2006-09-23 13:13:49 dockes Exp $  (C) 2005 J.F.Dockes
3
# A shell-script to make a recoll source distribution
3
# A shell-script to make a recoll source distribution
4
4
5
#set -x
5
#set -x
6
6
7
TAR=/usr/bin/tar
7
TAR=/usr/bin/tar
...
...
48
48
49
EOF
49
EOF
50
50
51
echo "Dumping html documentation to text files"
51
echo "Dumping html documentation to text files"
52
links -dump ${RECOLLDOC}/usermanual.html >> README
52
links -dump ${RECOLLDOC}/usermanual.html >> README
53
53
links -dump ${RECOLLDOC}/rcl.install.html >> INSTALL
54
links -dump ${RECOLLDOC}/rcl.install.html >> INSTALL
55
links -dump ${RECOLLDOC}/rcl.install.external.html >> INSTALL
56
links -dump ${RECOLLDOC}/rcl.install.building.html >> INSTALL
57
links -dump ${RECOLLDOC}/rcl.install.config.html >> INSTALL
54
58
55
cvs commit -m '' README INSTALL
59
cvs commit -m '' README INSTALL
56
60
57
# Clean up this dir and copy the dist-specific files 
61
# Clean up this dir and copy the dist-specific files 
58
make clean
62
make clean