diff options
Diffstat (limited to 'build.xml')
| -rwxr-xr-x | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -220,6 +220,9 @@ <param name="-link" value="http://java.sun.com/javase/6/docs/api"/>
</doclet>
</javadoc>
+ <exec dir="./doc/asciidoc" executable="a2x">
+ <arg line="-f eYalp.txt"/>
+ </exec>
<exec dir="." executable="${psqldoc}">
<arg line="-d yalp -f ${sqldoc}/yalp -h localhost -u yalp -p 5432 --password=yalp -l ./postgresql_autodoc"/>
</exec>
|
