aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 782fc737c..6141cf4b0 100644
--- a/build.xml
+++ b/build.xml
@@ -253,7 +253,7 @@ Sometimes ant gives out this warnings, but the build is finished without any pro
<!-- compiles hyphenation patterns -->
<!-- =================================================================== -->
- <target name="hyphenation" depends="prepare,compile" >
+ <target name="hyphenation" depends="prepare" >
<serHyph includes="*.xml"
sourceDir="./hyph"
targetDir="${build.dest}/hyph" />