add doc to PHONY, new path phpdocumentor

This commit is contained in:
Uwe Steinmann 2020-09-14 13:07:58 +02:00
parent 3945ae54b9
commit d5b53ff22d

View File

@ -10,7 +10,7 @@ EXTENSIONS := \
example.tar.gz\
tbs_template.tar.gz
PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc
PHPDOC=~/Downloads/phpDocumentor.phar
dist:
mkdir -p tmp/seeddms-$(VERSION)
@ -69,4 +69,4 @@ doc:
apidoc:
apigen generate -s SeedDMS_Core --exclude tests -d html
.PHONY: webdav webapp repository
.PHONY: doc webdav webapp repository