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

    r2183 r3319  
    8080doc: 
    8181        cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 
    82         @if test ! "$(WWWDIR)" == ""; then \ 
     82        @if [ -n "$(WWWDIR)" ]; then \ 
    8383                echo "Copying to $(WWWDIR)/pjnath/docs/html.." ; \ 
    8484                cp -a ../docs/html/* $(WWWDIR)/pjnath/docs/html/ ; \ 
Note: See TracChangeset for help on using the changeset viewer.