[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.in Exclude some more directories which are in the Zope2 egg/buildout.
Florian Schulze
florian.schulze at gmx.net
Tue Aug 26 12:54:42 EDT 2008
Log message for revision 90355:
Exclude some more directories which are in the Zope2 egg/buildout.
Changed:
U Zope/trunk/inst/Makefile.in
-=-
Modified: Zope/trunk/inst/Makefile.in
===================================================================
--- Zope/trunk/inst/Makefile.in 2008-08-26 16:46:18 UTC (rev 90354)
+++ Zope/trunk/inst/Makefile.in 2008-08-26 16:54:42 UTC (rev 90355)
@@ -124,8 +124,16 @@
${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tgz \
--exclude=${PACKAGE_NAME}.tgz\
--exclude=.svn\
+ --exclude=.installed.cfg \
+ --exclude=.DS_Store \
--exclude=makefile \
--exclude=build-base \
+ --exclude=bootstrap \
+ --exclude=develop-eggs \
+ --exclude=include \
+ --exclude=parts \
+ --exclude=src \
+ --exclude=*.cfg \
--exclude=*~ \
--exclude=.#* ${PACKAGE_NAME}
${RMRF} ${TMPDIR}/${PACKAGE_NAME}
More information about the Zope-Checkins
mailing list