Mercurial > SDL_sound_CoreAudio
changeset 537:4e85073841fe stable-1.0
"make dist" should clean out .svn dirs now, not CVS dirs.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 17 Apr 2008 18:10:48 +0000 |
parents | 45ee760a6f5a |
children | ce9890593001 |
files | Makefile.am |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.am Thu Apr 17 18:06:53 2008 +0000 +++ b/Makefile.am Thu Apr 17 18:10:48 2008 +0000 @@ -49,5 +49,5 @@ 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"`