Changeset 2037 for pjproject/trunk/pjsip/build/Makefile
- Timestamp:
- Jun 20, 2008 9:39:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/build/Makefile
r1959 r2037 110 110 111 111 doc: 112 cd .. && doxygen docs/doxygen.cfg 112 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 113 @if test ! "$(WWWDIR)" == ""; then \ 114 echo "Copying to $(WWWDIR)/pjsip/docs/html.." ; \ 115 cp -a ../docs/html/* $(WWWDIR)/pjsip/docs/html/ ; \ 116 fi 113 117 114 118 dep: depend
Note: See TracChangeset
for help on using the changeset viewer.