Skip to content

Commit

Permalink
"make dist" should clean out .svn dirs now, not CVS dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 17, 2008
1 parent 860f55e commit 0ae0bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -49,5 +49,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 0ae0bdf

Please sign in to comment.