From dcadef7fc04bb899333fb0ab472679c8ac280e09 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 20 Jun 2008 21:39:02 +0000 Subject: Updated doxygen documentations git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2037 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pjlib/build') diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile index 68a0c0e6..4d747e10 100644 --- a/pjlib/build/Makefile +++ b/pjlib/build/Makefile @@ -55,7 +55,11 @@ export CC_OUT CC AR RANLIB HOST_MV HOST_RM HOST_RMDIR HOST_MKDIR OBJEXT LD LDOUT all: $(TARGETS) doc: - cd .. && doxygen docs/doxygen.cfg + cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg + @if test ! "$(WWWDIR)" == ""; then \ + echo "Copying to $(WWWDIR)/pjlib/docs/html.." ; \ + cp -a ../docs/html/* $(WWWDIR)/pjlib/docs/html/ ; \ + fi print: $(MAKE) -f $(RULES_MAK) APP=PJLIB app=pjlib print_lib -- cgit v1.2.3