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