The translation tool (two of four builds of it) now includes keyboard
documentation to go along with its new multi-keyboard support.
This commit is contained in:
parent
52cdc17794
commit
45ded5f4de
1 changed files with 10 additions and 0 deletions
10
build.xml
10
build.xml
|
@ -481,6 +481,11 @@
|
|||
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
|
||||
<param name="mybin" value="${ttstandalonebin}"/>
|
||||
</antcall>
|
||||
<copy todir="${ttstandalonebin}/org/thdl/tib/input">
|
||||
<fileset dir="${source}">
|
||||
<include name="*.rtf"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
|
||||
|
@ -533,6 +538,11 @@
|
|||
<antcall target="copy-license-etc-to-bin-dir-for-jarring">
|
||||
<param name="mybin" value="${ttappletjwsbin}"/>
|
||||
</antcall>
|
||||
<copy todir="${ttappletjwsbin}/org/thdl/tib/input">
|
||||
<fileset dir="${source}">
|
||||
<include name="*.rtf"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue