diff Makefile.am @ 539:95cc0ba5410f

Merged r546:548 from branches/stable-1.0: "make dist" svn fix.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 18:12:21 +0000
parents c7ab783f05d3
children 7e08477b0fc1
line wrap: on
line diff
--- a/Makefile.am	Thu Apr 17 18:08:02 2008 +0000
+++ b/Makefile.am	Thu Apr 17 18:12:21 2008 +0000
@@ -47,5 +47,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"`