Changeset 3677 for pjproject/branches/1.x/pjlib-util/build/Makefile
- Timestamp:
- Jul 22, 2011 11:52:50 AM (13 years ago)
- Location:
- pjproject/branches/1.x
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 3669
- Property svn:mergeinfo changed
-
pjproject/branches/1.x/pjlib-util/build/Makefile
r3319 r3677 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.