Merge pull request #16 from poum/patch-2

Fix for #1655 : display french help
This commit is contained in:
Jeroen Baten 2015-04-01 15:45:10 +02:00
commit 3751d29150

View file

@ -125,6 +125,11 @@
<copy todir="src/main/webapp/help/it" failonerror="false">
<fileset dir="../doc/src/user/en/html"/>
</copy>
<exec executable="make" failifexecutionfails="false">
<arg value="-C"/>
<arg value="../doc/src/user/fr/"/>
<arg value="html"/>
</exec>
<copy todir="src/main/webapp/help/fr" failonerror="false">
<fileset dir="../doc/src/user/en/html"/>
</copy>