← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 769: Making sure single page HTML docs file ends up in right directory

 

------------------------------------------------------------
revno: 769
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Sun 2013-06-23 19:10:49 +0200
message:
  Making sure single page HTML docs file ends up in right directory
modified:
  es-pom.xml
  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 'es-pom.xml'
--- es-pom.xml	2013-05-31 07:52:02 +0000
+++ es-pom.xml	2013-06-23 17:10:49 +0000
@@ -212,36 +212,6 @@
             </configuration>
           </execution>
 
-<!--  Not used also in English pom     
-      <execution>
-            <id>webhelp-docs-es</id>
-            <phase>package</phase>
-            <goals>
-              <goal>generate-webhelp</goal>
-            </goals>
-            <configuration>
-        <webhelpIndexerLanguage>es</webhelpIndexerLanguage>
-              <webhelpIncludeSearchTab>1</webhelpIncludeSearchTab>
-              <includes>dhis2_user_manual_es.xml</includes>
-              <sourceDirectory>${docbook.source}/es/</sourceDirectory>
-            </configuration>
-          </execution>
-      
-       <execution>
-            <id>epub-docs-es</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_es.xml</includes>
-              <sourceDirectory>${docbook.source}/es/</sourceDirectory>
-            </configuration>
-          </execution>
-    -->  
-
           <execution>
             <id>pdf-docs-es-user</id>
             <phase>package</phase>

=== modified file 'pom.xml'
--- pom.xml	2013-05-31 07:52:02 +0000
+++ pom.xml	2013-06-23 17:10:49 +0000
@@ -199,42 +199,13 @@
               <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/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" />
+                <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_end_user_manual.html" tofile="${docbook.target}/en/end-user/html/dhis2_end_user_manual_full.html" />
+                <copy file="target/docbkx/html/dhis2_implementation_guide_en.html" tofile="${docbook.target}/en/implementer/html/dhis2_implementation_guide_en_full.html" />
               </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>