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/pjlib/build/Makefile

    r1953 r2037  
    5656 
    5757doc: 
    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 
    5963 
    6064print: 
Note: See TracChangeset for help on using the changeset viewer.