From 258d90a10a4f30d722657f8b6b646d15e5fda5b8 Mon Sep 17 00:00:00 2001 From: dockes Date: Tue, 26 Jun 2007 11:59:42 +0000 Subject: [PATCH] small mkdist fixes --- src/excludefile | 1 + src/makesrcdist.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/excludefile b/src/excludefile index 683884e1..a7bc0e54 100644 --- a/src/excludefile +++ b/src/excludefile @@ -25,6 +25,7 @@ qtgui/preview/Makefile qtgui/preview/preview.pro qtgui/preview/pvmain.cpp qtgui/recoll.pro +qt4gui/images recollinstall sampleconf/recoll.conf sysconf diff --git a/src/makesrcdist.sh b/src/makesrcdist.sh index 0436b2b8..9517a989 100644 --- a/src/makesrcdist.sh +++ b/src/makesrcdist.sh @@ -1,5 +1,5 @@ #!/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 #set -x @@ -59,7 +59,7 @@ links -dump ${RECOLLDOC}/rcl.install.config.html >> INSTALL cvs commit -m '' README INSTALL # Clean up this dir and copy the dist-specific files -make clean +make distclean yes | clean.O rm -f lib/*.dep $TAR chfX - excludefile . | (cd $topdir;$TAR xf -)