comparison 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
comparison
equal deleted inserted replaced
536:8a814bbbedfa 539:95cc0ba5410f
45 dist-hook: 45 dist-hook:
46 mkdir $(distdir)/docs 46 mkdir $(distdir)/docs
47 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README 47 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README
48 echo " or can be read online at http://icculus.org/SDL_sound/docs/" >> $(distdir)/docs/README 48 echo " or can be read online at http://icculus.org/SDL_sound/docs/" >> $(distdir)/docs/README
49 echo >> $(distdir)/docs/README 49 echo >> $(distdir)/docs/README
50 rm -rf `find $(distdir) -name "CVS" -type d` 50 rm -rf `find $(distdir) -type d -name ".svn"`
51 51