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

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