From 0c0fd8df344b0e8ea7316500a27ed6186ac12a77 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 23 Sep 2010 22:46:11 +0000 Subject: Misc (re #1134): fixed error in Makefile target for generating doxygen documentation when WWWDIR is specified git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3319 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib-util/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib-util') diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile index 6acea05b..69e92b41 100644 --- a/pjlib-util/build/Makefile +++ b/pjlib-util/build/Makefile @@ -56,7 +56,7 @@ all: $(TARGETS) doc: cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg - @if test ! "$(WWWDIR)" == ""; then \ + @if [ -n "$(WWWDIR)" ]; then \ echo "Copying to $(WWWDIR)/pjlib-util/docs/html.." ; \ cp -a ../docs/html/* $(WWWDIR)/pjlib-util/docs/html/ ; \ fi -- cgit v1.2.3