diff --git a/src/Makefile b/src/Makefile index 779a7dcf..cbf87b1b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# @(#$Id: Makefile,v 1.15 2005-11-16 08:17:10 dockes Exp $ (C) 2005 J.F.Dockes +# @(#$Id: Makefile,v 1.16 2005-11-21 16:04:49 dockes Exp $ (C) 2005 J.F.Dockes # Default values. These can be overridden on the command line ie: # make PREFIX=/usr @@ -26,8 +26,8 @@ static: cd bincimapmime; ${MAKE} cd index; rm -f recollindex; \ ${MAKE} BSTATIC=-Wl,-Bstatic BDYNAMIC=-Wl,-Bdynamic - cd qtgui; qmake recoll.pro; rm -f recoll \ - cat ../mk/sysconf Makefile | ${MAKE} -f - \ + cd qtgui; qmake recoll.pro; rm -f recoll; \ + cat ../mk/sysconf ../mk/localdefs Makefile | ${MAKE} -f - \ BSTATIC=-Wl,-Bstatic BDYNAMIC=-Wl,-Bdynamic clean: diff --git a/src/makestaticdist.sh b/src/makestaticdist.sh index ba82ce10..9c98361e 100644 --- a/src/makestaticdist.sh +++ b/src/makestaticdist.sh @@ -35,9 +35,9 @@ rm -f index/recollindex qtgui/recoll make static || exit 1 strip index/recollindex qtgui/recoll -files='COPYING README INSTALL recollinstall +files="COPYING README INSTALL recollinstall filters sampleconf -index/recollindex qtgui/recoll' +index/recollindex qtgui/recoll qtgui/mtpics/*.png" $TAR chf - $files | (cd $topdir; $TAR xf -) (cd $targetdir ; \ diff --git a/src/recollinstall b/src/recollinstall index 47f43175..b597e0d8 100755 --- a/src/recollinstall +++ b/src/recollinstall @@ -10,8 +10,8 @@ fatal() } usage() { - echo 'Usage (binaries): installrecoll