i18n: fixed small thing on french help pages.

(cherry picked from commit 00b33eb76570a4bc872cf1e7a2dbec31745e91d6)
Signed-off-by: Jeroen Baten <jeroen@jeroenbaten.nl>
This commit is contained in:
Jeroen Baten 2015-04-08 15:50:07 +02:00
parent 69fbbeee15
commit f4d65fcb94

View file

@ -131,7 +131,7 @@
<arg value="html"/>
</exec>
<copy todir="src/main/webapp/help/fr" failonerror="false">
<fileset dir="../doc/src/user/en/html"/>
<fileset dir="../doc/src/user/fr/html"/>
</copy>
<copy todir="src/main/webapp/help/nl" failonerror="false">
<fileset dir="../doc/src/user/en/html"/>
@ -180,6 +180,11 @@
<arg value="-C"/>
<arg value="../doc/src/user/en/"/>
<arg value="clean"/>
</exec>
<exec executable="make" failifexecutionfails="false">
<arg value="-C"/>
<arg value="../doc/src/user/fr/"/>
<arg value="clean"/>
</exec>
<delete dir="src/main/webapp/help" failonerror="false" />
</tasks>