diff options
| author | Nicole Vreden <damba@mecka.net> | 2010-04-22 23:43:06 +0200 |
|---|---|---|
| committer | Nicole Vreden <damba@mecka.net> | 2010-04-22 23:43:06 +0200 |
| commit | 8ef033f191478d7417fd5657a7857eaf5c20f231 (patch) | |
| tree | 1edaee31a301eeb96d4b4202e3d7b479b534e8bb /build.xml | |
| parent | 0413a0dfb2b1700c6a108e1a5c81eae18df96fb6 (diff) | |
| parent | 0d41a8da585135e587ee4e467c3c24b03795f263 (diff) | |
Merge branch 'damba' of ssh://mecka.net/home/git/yalp into damba
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>
|
