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/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjlib/build') diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile index 1e0e88f9..76fece33 100644 --- a/pjlib/build/Makefile +++ b/pjlib/build/Makefile @@ -58,7 +58,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/docs/html.." ; \ cp -a ../docs/html/* $(WWWDIR)/pjlib/docs/html/ ; \ fi -- cgit v1.2.3