Changeset 2037 for pjproject/trunk/pjlib/build/Makefile
- Timestamp:
- Jun 20, 2008 9:39:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/build/Makefile
r1953 r2037 56 56 57 57 doc: 58 cd .. && doxygen docs/doxygen.cfg 58 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 59 @if test ! "$(WWWDIR)" == ""; then \ 60 echo "Copying to $(WWWDIR)/pjlib/docs/html.." ; \ 61 cp -a ../docs/html/* $(WWWDIR)/pjlib/docs/html/ ; \ 62 fi 59 63 60 64 print:
Note: See TracChangeset
for help on using the changeset viewer.