Switch to unified view

a/src/makesrcdist.sh b/src/makesrcdist.sh
...
...
107
# Clean up this dir and copy the dist-specific files 
107
# Clean up this dir and copy the dist-specific files 
108
make distclean
108
make distclean
109
yes | clean.O
109
yes | clean.O
110
rm -f lib/*.dep
110
rm -f lib/*.dep
111
# Possibly clean up the cmake stuff
111
# Possibly clean up the cmake stuff
112
(cd kde/kioslave/recoll/ || exit 1
112
(cd kde/kioslave/kio_recoll/ || exit 1
113
rm -rf CMakeCache.txt CMakeFiles/ CMakeTmp/ CPack* CTestTestfile.cmake cmake_* *automoc* lib)
113
rm -rf CMakeCache.txt CMakeFiles/ CMakeTmp/ CPack* CTestTestfile.cmake cmake_* *automoc* lib builddir)
114
114
115
$TAR chfX - excludefile .  | (cd $topdir;$TAR xf -)
115
$TAR chfX - excludefile .  | (cd $topdir;$TAR xf -)
116
116
117
# Fix the single/multiple page link in the header (we dont deliver the
117
# Fix the single/multiple page link in the header (we dont deliver the
118
# multi-page version and the file name is wrong anyway
118
# multi-page version and the file name is wrong anyway