mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
Add PHPDoc to developer_docs
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Morris Jobke
parent
e4d4684917
commit
a6b390d996
12
Makefile
12
Makefile
@@ -38,3 +38,15 @@ user-manual-de-pdf:
|
||||
developer-manual-pdf:
|
||||
cd developer_manual && make latexpdf
|
||||
@echo "Developer manual build finished; PDF is updated"
|
||||
|
||||
api-docs: clean-api-docs
|
||||
mkdir -p developer_manual/api/
|
||||
sh get-server-sources.sh master
|
||||
composer install
|
||||
php generateApiDoc.php
|
||||
|
||||
clean: clean-api-docs
|
||||
rm -r admin_manual/_build developer_manual/_build developer_manual/api user_manual/_build user_manual_de_/_build
|
||||
|
||||
clean-api-docs:
|
||||
rm -fr developer_manual/api/
|
||||
|
||||
Reference in New Issue
Block a user