Only warn when we fail to build the docs.

This commit is contained in:
Andrew McMillan 2007-11-01 23:09:43 +13:00
parent 8df33654e3
commit b876c2ef54

View File

@ -7,7 +7,7 @@ version=$(shell cat VERSION)
all: inc/always.php built-docs
built-docs: docs/api/phpdoc.ini htdocs/*.php inc/*.php
phpdoc -c docs/api/phpdoc.ini
phpdoc -c docs/api/phpdoc.ini || echo "WARNING: failed to build docs"
touch built-docs
#