Reorder Makefile tasks

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2017-12-04 23:06:27 +01:00
parent ad0bd6c8eb
commit b20e568aa9
2 changed files with 3 additions and 4 deletions

View File

@@ -2,5 +2,4 @@ pipeline:
documentation:
image: nextcloudci/documentation:documentation-4
commands:
- make api-docs
- make all

View File

@@ -18,7 +18,7 @@ user-manual-de-html:
cd user_manual_de && make html
@echo "User manual de build finished; HTML is updated"
developer-manual-html:
developer-manual-html: api-docs
rm -rf developer_manual/_build/html/com
cd developer_manual && make html
@echo "Developer manual build finished; HTML is updated"
@@ -46,7 +46,7 @@ api-docs: clean-api-docs
cd build && 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
rm -r admin_manual/_build developer_manual/_build user_manual/_build user_manual_de_/_build
clean-api-docs:
rm -fr developer_manual/api/
rm -r developer_manual/api/