← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1061: Minor

 

------------------------------------------------------------
revno: 1061
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2014-05-06 13:22:58 +0200
message:
  Minor
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	2014-04-23 10:47:01 +0000
+++ pom.xml	2014-05-06 11:22:58 +0000
@@ -58,6 +58,7 @@
 				<configuration>
 					<xincludeSupported>true</xincludeSupported>
 				</configuration>
+				<!-- Chunked HTML -->
 				<executions>
 					<execution>
 						<id>chunked-html-docs-user</id>
@@ -75,13 +76,11 @@
 							<sectionAutolabel>1</sectionAutolabel>
 							<sectionLabelIncludesComponentLabel>1</sectionLabelIncludesComponentLabel>
 							<chunkedOutput>true</chunkedOutput>
-							<useEmbedForSvg>1</useEmbedForSvg>
-							
+							<useEmbedForSvg>1</useEmbedForSvg>							
 							<collectXrefTargets>yes</collectXrefTargets> 
 							<targetsFilename>${docbook.target}/en/user/html/dhis2_user_manual_en.html.target.db</targetsFilename>
 							<olinkBaseUri>dhis2_user_manual_en.html</olinkBaseUri>
-							<targetDatabaseDocument>olinkdb.xml</targetDatabaseDocument>
-							
+							<targetDatabaseDocument>olinkdb.xml</targetDatabaseDocument>							
 							<includes>dhis2_user_manual_en.xml</includes>
 							<postProcess>
 								<copy todir="${docbook.target}/en/user/html/resources/images">
@@ -171,6 +170,7 @@
 							</postProcess>
 						</configuration>
 					</execution>
+					<!-- Single page HTML -->
 					<execution>
 						<id>html-docs-en</id>
 						<phase>package</phase>
@@ -194,6 +194,7 @@
 							</postProcess>
 						</configuration>
 					</execution>
+					<!-- PDF -->
 					<execution>
 						<id>pdf-docs-en-user</id>
 						<phase>package</phase>
@@ -230,7 +231,6 @@
 							</postProcess>
 						</configuration>
 					</execution>
-
 					<execution>
 						<id>pdf-docs-en-end-user</id>
 						<phase>package</phase>