Changeset 3319
- Timestamp:
- Sep 23, 2010 10:46:11 PM (14 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/build/Makefile
r3087 r3319 57 57 doc: 58 58 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 59 @if test ! "$(WWWDIR)" == ""; then \59 @if [ -n "$(WWWDIR)" ]; then \ 60 60 echo "Copying to $(WWWDIR)/pjlib-util/docs/html.." ; \ 61 61 cp -a ../docs/html/* $(WWWDIR)/pjlib-util/docs/html/ ; \ -
pjproject/trunk/pjlib/build/Makefile
r3106 r3319 59 59 doc: 60 60 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 61 @if test ! "$(WWWDIR)" == ""; then \61 @if [ -n "$(WWWDIR)" ]; then \ 62 62 echo "Copying to $(WWWDIR)/pjlib/docs/html.." ; \ 63 63 cp -a ../docs/html/* $(WWWDIR)/pjlib/docs/html/ ; \ -
pjproject/trunk/pjmedia/build/Makefile
r3174 r3319 124 124 doc: 125 125 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 126 @if test ! "$(WWWDIR)" == ""; then \126 @if [ -n "$(WWWDIR)" ]; then \ 127 127 echo "Copying to $(WWWDIR)/pjmedia/docs/html.." ; \ 128 128 rm -rf $(WWWDIR)/pjmedia/docs/html/* ; \ -
pjproject/trunk/pjnath/build/Makefile
r2183 r3319 80 80 doc: 81 81 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 82 @if test ! "$(WWWDIR)" == ""; then \82 @if [ -n "$(WWWDIR)" ]; then \ 83 83 echo "Copying to $(WWWDIR)/pjnath/docs/html.." ; \ 84 84 cp -a ../docs/html/* $(WWWDIR)/pjnath/docs/html/ ; \ -
pjproject/trunk/pjsip/build/Makefile
r3243 r3319 111 111 doc: 112 112 cd .. && rm -rf docs/html docs/latex && doxygen docs/doxygen.cfg 113 @if test ! "$(WWWDIR)" == ""; then \113 @if [ -n "$(WWWDIR)" ]; then \ 114 114 echo "Copying to $(WWWDIR)/pjsip/docs/html.." ; \ 115 115 cp -a ../docs/html/* $(WWWDIR)/pjsip/docs/html/ ; \
Note: See TracChangeset
for help on using the changeset viewer.