From 8365cbdd07ad0dcfad3df5e9bd2ada70bb2d8327 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 23 Jul 2005 22:22:47 +0000 Subject: [PATCH] Remove .svn dirs from release tarball. --- CHANGELOG | 5 +++-- Makefile.am.newautomake | 1 + Makefile.am.oldautomake | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0b738219..72bd4591 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,8 +4,9 @@ 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!). More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly - includes the security fix. Fixed "make dist". - Upped version to 1.1.0 ... first release of 1.1 dev branch! + includes the security fix. Fixed "make dist" to handle .svn dirs + and other file changes. Upped version to 1.1.0 ... first release + of 1.1 dev branch! 07212005 - Patched to compile on OS/2 again. 07132005 - Updated zlib to 1.2.2, and patched it for this security hole: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096 diff --git a/Makefile.am.newautomake b/Makefile.am.newautomake index 02b41aad..a6fa9dcc 100644 --- a/Makefile.am.newautomake +++ b/Makefile.am.newautomake @@ -156,4 +156,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`