summaryrefslogtreecommitdiff
path: root/doc/pjsip-book/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pjsip-book/Makefile')
-rw-r--r--doc/pjsip-book/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/pjsip-book/Makefile b/doc/pjsip-book/Makefile
index 9f5bc222..696410e2 100644
--- a/doc/pjsip-book/Makefile
+++ b/doc/pjsip-book/Makefile
@@ -45,6 +45,16 @@ clean:
-rm -rf xml
-rm -rf html
+install:
+ @if test -z "$(WWWDIR)" ; then \
+ echo WWWDIR is not set; \
+ else \
+ echo Copying html dir to $(WWWDIR)/docs/book-latest/..; \
+ cp -a -f _build/html $(WWWDIR)/docs/book-latest/; \
+ echo Copying PJSUA2Doc.pdf to $(WWWDIR)/docs/book-latest/..; \
+ cp -f _build/latex/PJSUA2Doc.pdf $(WWWDIR)/docs/book-latest/; \
+ fi
+
xml: Doxyfile ../../pjsip/include/pjsua2
doxygen