Ignore:
Timestamp:
Jun 20, 2008 9:39:02 PM (16 years ago)
Author:
bennylp
Message:

Updated doxygen documentations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/build/Makefile

    r1959 r2037  
    110110 
    111111doc: 
    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 
    113117 
    114118dep: depend 
Note: See TracChangeset for help on using the changeset viewer.