Ignore:
Timestamp:
Sep 23, 2010 10:46:11 PM (14 years ago)
Author:
bennylp
Message:

Misc (re #1134): fixed error in Makefile target for generating doxygen documentation when WWWDIR is specified

File:
1 edited

Legend:

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

    r3106 r3319  
    5959doc: 
    6060        cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 
    61         @if test ! "$(WWWDIR)" == ""; then \ 
     61        @if [ -n "$(WWWDIR)" ]; then \ 
    6262                echo "Copying to $(WWWDIR)/pjlib/docs/html.." ; \ 
    6363                cp -a ../docs/html/* $(WWWDIR)/pjlib/docs/html/ ; \ 
Note: See TracChangeset for help on using the changeset viewer.