Skip to content

Commit e67ed69

Browse files
committed
Update documentation about user defined variables.
1 parent 7866d18 commit e67ed69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<exec command="composer update" checkreturn="true" passthru="true"/>
1111
</target>
1212

13+
<!-- Generates the documentation -->
14+
<target name="docs">
15+
<exec command="make html" dir="docs" passthru="true" checkreturn="true"/>
16+
</target>
17+
1318
<!-- Creates a new version/release. -->
1419
<target name="version">
1520
<readSemanticVersion file=".version"

0 commit comments

Comments
 (0)