dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21550
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 689: Fixed incositent copy path
------------------------------------------------------------
revno: 689
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Thu 2013-03-14 14:50:06 +0100
message:
Fixed incositent copy path
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 2013-02-28 07:11:09 +0000
+++ pom.xml 2013-03-14 13:50:06 +0000
@@ -199,7 +199,7 @@
<includes>dhis2_user_manual_en.xml,dhis2_end_user_manual.xml,dhis2_implementation_guide_en.xml</includes>
<sourceDirectory>${docbook.source}/en/</sourceDirectory>
<postProcess>
- <copy file="target/docbkx/html/dhis2_user_manual_en.html" tofile="${docbook.target}/en/user/html/dhis2_user_manual_en_full.html" />
+ <copy file="target/docbkx/html/dhis2_user_manual_en.html" tofile="${docbook.target}/en/user/dhis2_user_manual_en_full.html" />
<copy file="target/docbkx/html/dhis2_end_user_manual.html" tofile="${docbook.target}/en/end-user/dhis2_end_user_manual_full.html" />
<copy file="target/docbkx/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/dhis2_implementation_guide_en_full.html" />
</postProcess>