Changeset 3319 for pjproject/trunk/pjlib-util/build/Makefile
- Timestamp:
- Sep 23, 2010 10:46:11 PM (14 years ago)
- File:
-
- 1 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/ ; \
Note: See TracChangeset
for help on using the changeset viewer.