Merge pull request #16 from poum/patch-2
Fix for #1655 : display french help
This commit is contained in:
commit
3751d29150
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue