summaryrefslogtreecommitdiff
path: root/pjnath/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-06-20 21:39:02 +0000
committerBenny Prijono <bennylp@teluu.com>2008-06-20 21:39:02 +0000
commitdcadef7fc04bb899333fb0ab472679c8ac280e09 (patch)
tree2338aea1588dac3380a1cbaf80b50a0a57dc3d80 /pjnath/build
parentf06496992c8bbc62f899e4ee782889a3a4b08a4e (diff)
Updated doxygen documentations
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2037 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/build')
-rw-r--r--pjnath/build/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
index 9292ba59..3322d73b 100644
--- a/pjnath/build/Makefile
+++ b/pjnath/build/Makefile
@@ -78,7 +78,11 @@ TARGETS := pjnath pjnath-test pjturn-client pjturn-srv
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)/pjnath/docs/html.." ; \
+ cp -a ../docs/html/* $(WWWDIR)/pjnath/docs/html/ ; \
+ fi
dep: depend
distclean: realclean