← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 304: Adding Webhelp and EPUB targets for the main manual.

 

------------------------------------------------------------
revno: 304
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2011-04-19 15:27:10 +0200
message:
  Adding Webhelp and EPUB targets for the main manual.
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-19 12:58:29 +0000
+++ pom.xml	2011-04-19 13:27:10 +0000
@@ -179,7 +179,36 @@
               </postProcess>
             </configuration>
           </execution>
-
+	      
+		  <execution>
+            <id>webhelp-docs-en</id>
+            <phase>package</phase>
+            <goals>
+              <goal>generate-webhelp</goal>
+            </goals>
+            <configuration>
+			  <webhelpIndexerLanguage>en</webhelpIndexerLanguage>
+              <webhelpIncludeSearchTab>1</webhelpIncludeSearchTab>
+              <includes>dhis2_user_manual_en.xml</includes>
+              <sourceDirectory>${docbook.source}/en/</sourceDirectory>
+            </configuration>
+          </execution>
+		  
+		   <execution>
+            <id>epub-docs-en</id>
+            <phase>package</phase>
+            <goals>
+              <goal>generate-epub</goal>
+            </goals>
+            <configuration>
+			   <htmlStylesheet>resources/css/docbook_bsd.css</htmlStylesheet>
+                <chunkQuietly>true</chunkQuietly>
+              <includes>dhis2_user_manual_en.xml</includes>
+              <sourceDirectory>${docbook.source}/en/</sourceDirectory>
+            </configuration>
+          </execution>
+		  
+		  
           <execution>
             <id>pdf-docs-en-user</id>
             <phase>package</phase>