[sword-svn] r1801 - in trunk: . scripts
scribe at crosswire.org
scribe at crosswire.org
Thu May 5 22:35:04 MST 2005
Author: scribe
Date: 2005-05-05 22:35:04 -0700 (Thu, 05 May 2005)
New Revision: 1801
Added:
trunk/distignore
Modified:
trunk/scripts/mkswordtar
Log:
Added a distignore file to keep some things out of distribution
Added: trunk/distignore
===================================================================
--- trunk/distignore 2005-05-06 05:28:40 UTC (rev 1800)
+++ trunk/distignore 2005-05-06 05:35:04 UTC (rev 1801)
@@ -0,0 +1,4 @@
+sword/examples/windoze/delphi20/ojbcwin
+sword/olb/all.c
+sword/olb/online.h
+
Modified: trunk/scripts/mkswordtar
===================================================================
--- trunk/scripts/mkswordtar 2005-05-06 05:28:40 UTC (rev 1800)
+++ trunk/scripts/mkswordtar 2005-05-06 05:35:04 UTC (rev 1801)
@@ -8,7 +8,7 @@
chmod +x ../apps/X11/cheatah/missing
#cp sapphire.cpp ../src/modules/common
cd ..; ./autogen.sh
- cd ..; tar -v -c -p -s -z --exclude sword-$REV/bin -X sword-$REV/modlist -f sword-$REV.tar.gz sword-$REV/*
+ cd ..; tar -v -c -p -s -z --exclude sword-$REV/bin -X sword-$REV/distignore -f sword-$REV.tar.gz sword-$REV/*
else
echo $"Directory version is $REV, but config.h has $SWORDVER"
exit 1
More information about the sword-cvs
mailing list