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 --- pjnath/build/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pjnath/build') 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 -- cgit v1.2.3