equal
deleted
inserted
replaced
140 dist-hook: |
140 dist-hook: |
141 mkdir $(distdir)/docs |
141 mkdir $(distdir)/docs |
142 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README |
142 echo "Docs are generated with the program "Doxygen" (http://www.doxygen.org/)," >> $(distdir)/docs/README |
143 echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README |
143 echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README |
144 echo >> $(distdir)/docs/README |
144 echo >> $(distdir)/docs/README |
|
145 rm -rf `find $(distdir)/extras/physfs_rb -name "CVS" -type d` |
145 |
146 |