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

    r1988 r2037  
    7979 
    8080doc: 
    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 
    8286 
    8387dep: depend 
Note: See TracChangeset for help on using the changeset viewer.