We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7866d18 commit e67ed69Copy full SHA for e67ed69
build.xml
@@ -10,6 +10,11 @@
10
<exec command="composer update" checkreturn="true" passthru="true"/>
11
</target>
12
13
+ <!-- Generates the documentation -->
14
+ <target name="docs">
15
+ <exec command="make html" dir="docs" passthru="true" checkreturn="true"/>
16
+ </target>
17
+
18
<!-- Creates a new version/release. -->
19
<target name="version">
20
<readSemanticVersion file=".version"
0 commit comments