dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #12335
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 321: Fixed typo in pom causing the user manual RTF target not to generate
------------------------------------------------------------
revno: 321
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2011-05-27 18:47:43 +0200
message:
Fixed typo in pom causing the user manual RTF target not to generate
modified:
pom.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== modified file 'pom.xml'
--- pom.xml 2011-05-26 06:07:30 +0000
+++ pom.xml 2011-05-27 16:47:43 +0000
@@ -274,10 +274,10 @@
<argLine>-Xmx1024m</argLine>
<foCustomization>${docbook.source}/en/resources/xsl/fop-cust.xsl</foCustomization>
<doubleSided>1</doubleSided>
- <includes>dhis2_end_user_manual.xml</includes>
+ <includes>dhis2_user_manual_en.xml</includes>
<sourceDirectory>${docbook.source}/en/</sourceDirectory>
<postProcess>
- <copy file="target/docbkx/rtf/dhis2_end_user_manual.rtf" todir="${docbook.target}/en/user" />
+ <copy file="target/docbkx/rtf/dhis2_user_manual_en.rtf" todir="${docbook.target}/en/user" />
</postProcess>
</configuration>
</execution>