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:
parent
69fbbeee15
commit
f4d65fcb94
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue