*** empty log message ***
This commit is contained in:
parent
f4fc82f374
commit
ff5d998f44
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# @(#$Id: makesrcdist.sh,v 1.15 2008-11-21 16:37:25 dockes Exp $ (C) 2005 J.F.Dockes
|
# @(#$Id: makesrcdist.sh,v 1.16 2008-11-21 16:43:42 dockes Exp $ (C) 2005 J.F.Dockes
|
||||||
# A shell-script to make a recoll source distribution
|
# A shell-script to make a recoll source distribution
|
||||||
|
|
||||||
#set -x
|
#set -x
|
||||||
@ -63,8 +63,8 @@ make distclean
|
|||||||
yes | clean.O
|
yes | clean.O
|
||||||
rm -f lib/*.dep
|
rm -f lib/*.dep
|
||||||
# Possibly clean up the cmake stuff
|
# Possibly clean up the cmake stuff
|
||||||
cd kde/kioslave/recoll/ || exit 1
|
(cd kde/kioslave/recoll/ || exit 1
|
||||||
rm -rf CMakeCache.txt CMakeFiles/ CMakeTmp/ CPack* CTestTestfile.cmake cmake_* *automoc* lib
|
rm -rf CMakeCache.txt CMakeFiles/ CMakeTmp/ CPack* CTestTestfile.cmake cmake_* *automoc* lib)
|
||||||
|
|
||||||
$TAR chfX - excludefile . | (cd $topdir;$TAR xf -)
|
$TAR chfX - excludefile . | (cd $topdir;$TAR xf -)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user