Skip to content

Commit

Permalink
Merged r546:548 from branches/stable-1.0: "make dist" svn fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 17, 2008
1 parent 08f4a7a commit 6c48c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Expand Up @@ -3,7 +3,8 @@
*/

04172008 - Look for Speex includes in new directory. Converted all text
encoding from ISO-8859-1 to UTF-8.
encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
dealing with Subversion instead of CVS.
04112008 - Check if Speex header has bogus data (CVE-2008-1686).
08062007 - Updated my email address. Added -fvisibility=hidden support.
07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -47,5 +47,5 @@ dist-hook:
echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README
echo " or can be read online at http://icculus.org/SDL_sound/docs/" >> $(distdir)/docs/README
echo >> $(distdir)/docs/README
rm -rf `find $(distdir) -name "CVS" -type d`
rm -rf `find $(distdir) -type d -name ".svn"`

0 comments on commit 6c48c0c

Please sign in to comment.