|
@@ -227,7 +227,7 @@
|
|
|
</condition>
|
|
</condition>
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
|
- <target name="check_dita" depends="set_dita,dita_fail,dita_ok">
|
|
|
|
|
|
|
+ <target name="check_dita" depends="install_folders,set_dita,dita_fail,dita_ok">
|
|
|
<echo> testujemy czy jest dita</echo>
|
|
<echo> testujemy czy jest dita</echo>
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|
|
@@ -239,6 +239,7 @@
|
|
|
|
|
|
|
|
<target name="dita_ok" if="${test_if_dita}">
|
|
<target name="dita_ok" if="${test_if_dita}">
|
|
|
<!-- polaczenie pdfa -->
|
|
<!-- polaczenie pdfa -->
|
|
|
|
|
+
|
|
|
<antcall target="build_recurse_ant_merge_dita_from_temp.xsl"/>
|
|
<antcall target="build_recurse_ant_merge_dita_from_temp.xsl"/>
|
|
|
</target>
|
|
</target>
|
|
|
|
|
|