# HG changeset patch # User Ryan C. Gordon # Date 1208455848 0 # Node ID 4e85073841fe3d3ac12cad45869b4b053cc3d353 # Parent 45ee760a6f5a60f087e6a7080636750599badf47 "make dist" should clean out .svn dirs now, not CVS dirs. diff -r 45ee760a6f5a -r 4e85073841fe Makefile.am --- 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"`