1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-03 05:12:37 +02:00

[ticket/13331] Use docs target for this branch, add docs-all for dev branches.

PHPBB3-13331
This commit is contained in:
Andreas Fischer
2014-11-12 21:26:35 +01:00
parent 6949f64d28
commit b55d744e77
3 changed files with 51 additions and 20 deletions

View File

@@ -73,9 +73,16 @@
passthru="true" />
</target>
<!-- Builds docs for current branch into build/api/output/master -->
<target name="docs">
<exec dir="."
command="phpBB/vendor/bin/sami.php update build/sami.conf.php"
command="phpBB/vendor/bin/sami.php update build/sami-checkout.conf.php"
passthru="true" />
</target>
<!-- Builds docs for multiple branches/tags into build/api/output/$branch -->
<target name="docs-all">
<exec dir="."
command="phpBB/vendor/bin/sami.php update build/sami-all.conf.php"
passthru="true" />
</target>