Mercurial > SDL_sound_CoreAudio
comparison Makefile.am @ 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 | 75819e5c59d4 |
children |
comparison
equal
deleted
inserted
replaced
535:45ee760a6f5a | 537:4e85073841fe |
---|---|
47 dist-hook: | 47 dist-hook: |
48 mkdir $(distdir)/docs | 48 mkdir $(distdir)/docs |
49 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README | 49 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README |
50 echo " or can be read online at http://icculus.org/SDL_sound/docs/" >> $(distdir)/docs/README | 50 echo " or can be read online at http://icculus.org/SDL_sound/docs/" >> $(distdir)/docs/README |
51 echo >> $(distdir)/docs/README | 51 echo >> $(distdir)/docs/README |
52 rm -rf `find $(distdir) -name "CVS" -type d` | 52 rm -rf `find $(distdir) -type d -name ".svn"` |
53 | 53 |