summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorManuel Traut <manut@beeblebrox.traut>2010-04-22 23:41:17 +0200
committerManuel Traut <manut@beeblebrox.traut>2010-04-22 23:41:17 +0200
commit0d41a8da585135e587ee4e467c3c24b03795f263 (patch)
tree4ebf5461d8043072a47136d698d8777588132354 /build.xml
parent25255d1a53ef24ecc42e37c55bee81869952a0d4 (diff)
fix eYalp documentation
Signed-off-by: Manuel Traut <manut@beeblebrox.traut>
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a4876fb..42c9d0c 100755
--- a/build.xml
+++ b/build.xml
@@ -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>