[Zope-Checkins] CVS: Zope/inst - Makefile.in:1.12

Chris McDonough chrism@zope.com
Tue, 24 Jun 2003 18:51:58 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv13532

Modified Files:
	Makefile.in 
Log Message:
Exclude more files which are obviously bogus.


=== Zope/inst/Makefile.in 1.11 => 1.12 ===
--- Zope/inst/Makefile.in:1.11	Fri Jun 13 15:30:38 2003
+++ Zope/inst/Makefile.in	Tue Jun 24 18:51:58 2003
@@ -118,8 +118,11 @@
 	${CD} ${TMPDIR} && ${LN} ${BASE_DIR} ${PACKAGE_NAME} && \
           ${TAR} czfh ${BASE_DIR}/${PACKAGE_NAME}.tar.gz ${PACKAGE_NAME} \
            --exclude=${PACKAGE_NAME}.tar.gz\
-           --exclude=CVS --exclude=.cvsignore \
-           --exclude=makefile
+           --exclude=CVS \
+           --exclude=.cvsignore \
+           --exclude=makefile \
+           --exclude=*~ \
+           --exclude=.#*
 	${RMRF} ${TMPDIR}/${PACKAGE_NAME}
 
 # clobber:     Make the source tree 'pristine' again.