Changeset 3669 for pjproject/trunk/pjlib-util/build/Makefile
- Timestamp:
- Jul 19, 2011 9:42:58 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/build/Makefile
r3319 r3669 4 4 5 5 include ../../build.mak 6 include ../../version.mak 6 7 include $(PJDIR)/build/common.mak 7 8 … … 56 57 57 58 doc: 58 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 59 @if [ -n "$(WWWDIR)" ]; then \ 60 echo "Copying to $(WWWDIR)/pjlib-util/docs/html.." ; \ 61 cp -a ../docs/html/* $(WWWDIR)/pjlib-util/docs/html/ ; \ 59 cd .. && rm -rf docs/$(PJ_VERSION) && doxygen docs/doxygen.cfg 60 @if [ -n "$(WWWDIR)" ] && ! [ -d "$(WWWDIR)/docs/$(PJ_VERSION)/pjlib-util/docs/html" ] ; then \ 61 echo "Creating docs/$(PJ_VERSION)/pjlib-util/docs/html" ; \ 62 mkdir -p $(WWWDIR)/docs/$(PJ_VERSION)/pjlib-util/docs/html ; \ 63 fi 64 @if [ -n "$(WWWDIR)" ] && [ -d "$(WWWDIR)/docs/$(PJ_VERSION)/pjlib-util/docs/html" ] ; then \ 65 echo "Copying docs/$(PJ_VERSION) to $(WWWDIR)/docs/$(PJ_VERSION)/pjlib-util/docs/html.." ; \ 66 cp -v -a ../docs/$(PJ_VERSION)/html/* $(WWWDIR)/docs/$(PJ_VERSION)/pjlib-util/docs/html/ ; \ 62 67 fi 63 68
Note: See TracChangeset
for help on using the changeset viewer.