equal
deleted
inserted
replaced
154 mkdir $(distdir)/docs |
154 mkdir $(distdir)/docs |
155 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README |
155 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README |
156 echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README |
156 echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README |
157 echo >> $(distdir)/docs/README |
157 echo >> $(distdir)/docs/README |
158 rm -rf `find $(distdir) -name "CVS" -type d` |
158 rm -rf `find $(distdir) -name "CVS" -type d` |
|
159 rm -rf `find $(distdir) -name ".svn" -type d` |
159 |
160 |