Whamcloud - gitweb
LUDOC-431 lnet: doc for asymmetrical route checking
[doc/manual.git] / webhelp / common / build.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project name="DocBook XSLT 1.0 stylesheets - Gentext &amp; Localization" default="all">\r
3 \r
4   <property name="dbroot.dir" value="${ant.file}/../.."/>\r
5   <import file="../tools/build-shared.xml"/>\r
6 \r
7   <target name="all">\r
8     <echo>Adding missing translations from English master localization...</echo>\r
9     <xslt style="../../gentext/xsl/xsl-primary-is-locale.xsl" destdir="." basedir="../../gentext/locale" force="true">\r
10       <factory name="com.icl.saxon.TransformerFactoryImpl"/>\r
11       <classpath refid="saxon.classpath"/>\r
12       <param name="en.locale.file" expression="en.xml"/>\r
13       <include name="*.xml"/>\r
14       <mapper type="flatten"/>\r
15     </xslt>\r
16   </target>\r
17 \r
18   <target name="clean">\r
19     <delete>\r
20       <fileset dir=".">\r
21         <include name="*.xml"/>\r
22         <exclude name="build.xml"/>\r
23         <exclude name="l10n.xml"/>\r
24       </fileset>\r
25     </delete>\r
26   </target>\r
27 \r
28 </project>\r