1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge branch '3.3.x'

This commit is contained in:
Máté Bartus
2021-04-22 08:56:58 +02:00
4 changed files with 18 additions and 16 deletions

View File

@@ -128,13 +128,13 @@
<!-- Builds docs for current branch into build/api/output/master -->
<target name="docs">
<exec dir="."
command="php doctum.phar update build/doctum-checkout.conf.php"
command="./doctum.phar update build/doctum-checkout.conf.php"
passthru="true" />
</target>
<!-- Builds docs for multiple branches/tags into build/api/output/$branch -->
<target name="docs-all">
<exec dir="."
command="php doctum.phar update build/doctum-all.conf.php"
command="./doctum.phar update build/doctum-all.conf.php"
passthru="true" />
</target>