Ignore:
Timestamp:
Feb 27, 2014 11:48:34 AM (10 years ago)
Author:
bennylp
Message:

Re #1742 (misc): Updated latest pjsip-book and added make install target to install the book to WWWDIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/doc/pjsip-book/Makefile

    r4762 r4772  
    4545        -rm -rf xml 
    4646        -rm -rf html 
     47 
     48install: 
     49        @if test -z "$(WWWDIR)" ; then \ 
     50          echo WWWDIR is not set; \ 
     51        else \ 
     52          echo Copying html dir to $(WWWDIR)/docs/book-latest/..; \ 
     53          cp -a -f _build/html $(WWWDIR)/docs/book-latest/; \ 
     54          echo Copying PJSUA2Doc.pdf to $(WWWDIR)/docs/book-latest/..; \ 
     55          cp -f _build/latex/PJSUA2Doc.pdf $(WWWDIR)/docs/book-latest/; \ 
     56        fi 
    4757 
    4858xml:    Doxyfile ../../pjsip/include/pjsua2 
Note: See TracChangeset for help on using the changeset viewer.