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

    r1987 r2037  
    5555 
    5656doc: 
    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 
    5862 
    5963dep: depend 
Note: See TracChangeset for help on using the changeset viewer.