mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +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\
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user