Changeset 2037 for pjproject/trunk/pjnath/build/Makefile
- Timestamp:
- Jun 20, 2008 9:39:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/build/Makefile
r1988 r2037 79 79 80 80 doc: 81 cd .. && doxygen docs/doxygen.cfg 81 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 82 @if test ! "$(WWWDIR)" == ""; then \ 83 echo "Copying to $(WWWDIR)/pjnath/docs/html.." ; \ 84 cp -a ../docs/html/* $(WWWDIR)/pjnath/docs/html/ ; \ 85 fi 82 86 83 87 dep: depend
Note: See TracChangeset
for help on using the changeset viewer.