Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove .svn dirs from release tarballs.
  • Loading branch information
icculus committed Jul 23, 2005
1 parent f519569 commit 8593f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile.am.newautomake
Expand Up @@ -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`

1 change: 1 addition & 0 deletions Makefile.am.oldautomake
Expand Up @@ -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`

0 comments on commit 8593f14

Please sign in to comment.