Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
...
...
24
    if test $rep = 'y';then
24
    if test $rep = 'y';then
25
        rm -rf $topdir/*
25
        rm -rf $topdir/*
26
    fi
26
    fi
27
fi
27
fi
28
28
29
chmod +w README
30
links -dump ~/projets/pagepers/index.html > toto && mv toto README
31
cvs commit -m '' README
32
29
# Clean up this dir and copy the dist-specific files 
33
# Clean up this dir and copy the dist-specific files 
30
make clean
34
make clean
31
yes | clean.O
35
yes | clean.O
32
$TAR chfX - excludefile .  | (cd $topdir;$TAR xvf -)
36
$TAR chfX - excludefile .  | (cd $topdir;$TAR xvf -)
33
37