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 --- pjsip/build/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pjsip/build/Makefile') diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile index 8d746f01..ef78f420 100644 --- a/pjsip/build/Makefile +++ b/pjsip/build/Makefile @@ -109,7 +109,11 @@ TARGETS := pjsip pjsip-ua pjsip-simple pjsua-lib pjsip-test 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)/pjsip/docs/html.." ; \ + cp -a ../docs/html/* $(WWWDIR)/pjsip/docs/html/ ; \ + fi dep: depend distclean: realclean -- cgit v1.2.3