Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
...
...
38
A more complete version of this document can be found at http://www.recoll.org
38
A more complete version of this document can be found at http://www.recoll.org
39
39
40
40
41
EOF
41
EOF
42
42
43
links -dump ~/projets/pagepers/recoll/index.html >> README
43
echo "Dumping html documentation to text files"
44
links -dump ~/projets/pagepers/recoll/credits.html >> README
44
RECOLLDOC=${RECOLLDOC:=$HOME/projets/lesbonscomptes/recoll}
45
links -dump ~/projets/pagepers/recoll/usermanual.html >> README
45
46
links -dump ~/projets/pagepers/recoll/installation.html >> INSTALL
46
links -dump ${RECOLLDOC}/index.html >> README
47
links -dump ${RECOLLDOC}/credits.html >> README
48
links -dump ${RECOLLDOC}/usermanual.html >> README
49
links -dump ${RECOLLDOC}/installation.html >> INSTALL
47
cvs commit -m '' README INSTALL
50
cvs commit -m '' README INSTALL
48
51
49
# Clean up this dir and copy the dist-specific files 
52
# Clean up this dir and copy the dist-specific files 
50
make clean
53
make clean
51
yes | clean.O
54
yes | clean.O
52
$TAR chfX - excludefile .  | (cd $topdir;$TAR xvf -)
55
$TAR chfX - excludefile .  | (cd $topdir;$TAR xf -)
53
56
54
CVSTAG="RECOLL-$versionforcvs"
57
CVSTAG="RECOLL-$versionforcvs"
55
[ $dotag = "yes" ] && cvs tag -F $CVSTAG .
58
[ $dotag = "yes" ] && cvs tag -F $CVSTAG .
56
59
57
out=recoll-$version.tar.gz
60
out=recoll-$version.tar.gz