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

    r3243 r3319  
    111111doc: 
    112112        cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 
    113         @if test ! "$(WWWDIR)" == ""; then \ 
     113        @if [ -n "$(WWWDIR)" ]; then \ 
    114114                echo "Copying to $(WWWDIR)/pjsip/docs/html.." ; \ 
    115115                cp -a ../docs/html/* $(WWWDIR)/pjsip/docs/html/ ; \ 
Note: See TracChangeset for help on using the changeset viewer.