dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11670
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 299: Helps to generate the manual.Duh.
------------------------------------------------------------
revno: 299
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Fri 2011-04-15 08:36:09 +0200
message:
Helps to generate the manual.Duh.
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-04-11 11:17:38 +0000
+++ pom.xml 2011-04-15 06:36:09 +0000
@@ -180,10 +180,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/pdf/dhis2_end_user_manual.pdf" todir="${docbook.target}/en/user" />
+ <copy file="target/docbkx/pdf/dhis2_user_manual_en.pdf" todir="${docbook.target}/en/user" />
</postProcess>
</configuration>
</execution>