ccmake cleanup in kio_recoll
This commit is contained in:
parent
ba864bc336
commit
f4fc82f374
@ -20,9 +20,9 @@ A kind of recipe:
|
|||||||
- Extract the source and build recoll normally.
|
- Extract the source and build recoll normally.
|
||||||
- In the recoll source, go to kde/kioslave/recoll, then execute:
|
- In the recoll source, go to kde/kioslave/recoll, then execute:
|
||||||
|
|
||||||
cmake CMakeLists.txt
|
|
||||||
ccmake .
|
ccmake .
|
||||||
# Change the install prefix from /usr/local to /usr, then 'c', 'g'
|
# type 'c', then change the install prefix from /usr/local to /usr, then
|
||||||
|
# 'c', 'g'
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# @(#$Id: makesrcdist.sh,v 1.14 2008-10-13 11:46:27 dockes Exp $ (C) 2005 J.F.Dockes
|
# @(#$Id: makesrcdist.sh,v 1.15 2008-11-21 16:37:25 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
|
||||||
@ -62,6 +62,10 @@ cvs commit -m '' README INSTALL
|
|||||||
make distclean
|
make distclean
|
||||||
yes | clean.O
|
yes | clean.O
|
||||||
rm -f lib/*.dep
|
rm -f lib/*.dep
|
||||||
|
# Possibly clean up the cmake stuff
|
||||||
|
cd kde/kioslave/recoll/ || exit 1
|
||||||
|
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 -)
|
||||||
|
|
||||||
# Fix the single/multiple page link in the header (we dont deliver the
|
# Fix the single/multiple page link in the header (we dont deliver the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user