mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
add doc to PHONY, new path phpdocumentor
This commit is contained in:
parent
3945ae54b9
commit
d5b53ff22d
4
Makefile
4
Makefile
|
@ -10,7 +10,7 @@ EXTENSIONS := \
|
||||||
example.tar.gz\
|
example.tar.gz\
|
||||||
tbs_template.tar.gz
|
tbs_template.tar.gz
|
||||||
|
|
||||||
PHPDOC=~/Downloads/phpDocumentor-2.8.1/bin/phpdoc
|
PHPDOC=~/Downloads/phpDocumentor.phar
|
||||||
|
|
||||||
dist:
|
dist:
|
||||||
mkdir -p tmp/seeddms-$(VERSION)
|
mkdir -p tmp/seeddms-$(VERSION)
|
||||||
|
@ -69,4 +69,4 @@ doc:
|
||||||
apidoc:
|
apidoc:
|
||||||
apigen generate -s SeedDMS_Core --exclude tests -d html
|
apigen generate -s SeedDMS_Core --exclude tests -d html
|
||||||
|
|
||||||
.PHONY: webdav webapp repository
|
.PHONY: doc webdav webapp repository
|
||||||
|
|
Loading…
Reference in New Issue
Block a user