change in excludefile handling
This commit is contained in:
parent
34d612b533
commit
20b271ae3b
@ -5,7 +5,6 @@
|
|||||||
*~
|
*~
|
||||||
.#*
|
.#*
|
||||||
.#*
|
.#*
|
||||||
./Makefile
|
|
||||||
.moc
|
.moc
|
||||||
.obj
|
.obj
|
||||||
.ui
|
.ui
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# @(#$Id: makesrcdist.sh,v 1.13 2007-06-26 11:59:42 dockes Exp $ (C) 2005 J.F.Dockes
|
# @(#$Id: makesrcdist.sh,v 1.14 2008-10-13 11:46:27 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
|
||||||
@ -75,6 +75,10 @@ mv -f $topdir/doc/user/u1.html $topdir/doc/user/usermanual.html
|
|||||||
CVSTAG="RECOLL_$versionforcvs"
|
CVSTAG="RECOLL_$versionforcvs"
|
||||||
[ $dotag = "yes" ] && (cd ..;cvs tag -F $CVSTAG .)
|
[ $dotag = "yes" ] && (cd ..;cvs tag -F $CVSTAG .)
|
||||||
|
|
||||||
|
# Can't now put ./Makefile in excludefile, gets ignored everywhere. So delete
|
||||||
|
# the top Makefile here (its' output by configure on the target system):
|
||||||
|
rm -f $topdir/Makefile
|
||||||
|
|
||||||
out=recoll-$version.tar.gz
|
out=recoll-$version.tar.gz
|
||||||
(cd $targetdir ; \
|
(cd $targetdir ; \
|
||||||
$TAR chf - recoll-$version | \
|
$TAR chf - recoll-$version | \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user