From 8593f1484e73546658addce525ecfa9b1f330555 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 23 Jul 2005 22:23:07 +0000 Subject: [PATCH] Remove .svn dirs from release tarballs. --- CHANGELOG | 2 +- Makefile.am.newautomake | 1 + Makefile.am.oldautomake | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 843d3a2c..82f72f4f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,7 +6,7 @@ 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). Updated zlib to 1.2.3, which properly includes the security fix. - Fixed "make dist". + Fixed "make dist" to handle .svn dirs and other file changes... Upped version to 1.0.1. 07132005 - Moved to zlib122, and security fix discussed here: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096 diff --git a/Makefile.am.newautomake b/Makefile.am.newautomake index b2c02a0e..57a56d7f 100644 --- a/Makefile.am.newautomake +++ b/Makefile.am.newautomake @@ -155,4 +155,5 @@ dist-hook: echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README echo >> $(distdir)/docs/README rm -rf `find $(distdir) -name "CVS" -type d` + rm -rf `find $(distdir) -name ".svn" -type d` diff --git a/Makefile.am.oldautomake b/Makefile.am.oldautomake index 7ca4f1f5..b807990e 100644 --- a/Makefile.am.oldautomake +++ b/Makefile.am.oldautomake @@ -51,3 +51,4 @@ dist-hook: echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README echo >> $(distdir)/docs/README rm -rf `find $(distdir) -name "CVS" -type d` + rm -rf `find $(distdir) -name ".svn" -type d`