small mkdist fixes

This commit is contained in:
dockes 2007-06-26 11:59:42 +00:00
parent ffa5c4c876
commit 258d90a10a
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ qtgui/preview/Makefile
qtgui/preview/preview.pro qtgui/preview/preview.pro
qtgui/preview/pvmain.cpp qtgui/preview/pvmain.cpp
qtgui/recoll.pro qtgui/recoll.pro
qt4gui/images
recollinstall recollinstall
sampleconf/recoll.conf sampleconf/recoll.conf
sysconf sysconf

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# @(#$Id: makesrcdist.sh,v 1.12 2006-11-30 13:38:43 dockes Exp $ (C) 2005 J.F.Dockes # @(#$Id: makesrcdist.sh,v 1.13 2007-06-26 11:59: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
@ -59,7 +59,7 @@ links -dump ${RECOLLDOC}/rcl.install.config.html >> INSTALL
cvs commit -m '' README INSTALL cvs commit -m '' README INSTALL
# Clean up this dir and copy the dist-specific files # Clean up this dir and copy the dist-specific files
make clean make distclean
yes | clean.O yes | clean.O
rm -f lib/*.dep rm -f lib/*.dep
$TAR chfX - excludefile . | (cd $topdir;$TAR xf -) $TAR chfX - excludefile . | (cd $topdir;$TAR xf -)