You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/06/05 07:12:31 UTC

git commit: Fix generation of multipage -- was being built into wrong place... specify different target dirs for one page and multipage

Repository: hbase
Updated Branches:
  refs/heads/master 475b1d2c9 -> 6ce225b1d


Fix generation of multipage -- was being built into wrong place... specify different target dirs for one page and multipage


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6ce225b1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6ce225b1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6ce225b1

Branch: refs/heads/master
Commit: 6ce225b1d60ebec9d78de4c3e17cf7b9ca89c706
Parents: 475b1d2
Author: Michael Stack <st...@duboce.net>
Authored: Wed Jun 4 22:12:24 2014 -0700
Committer: Michael Stack <st...@duboce.net>
Committed: Wed Jun 4 22:12:24 2014 -0700

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6ce225b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb85091..d592129 100644
--- a/pom.xml
+++ b/pom.xml
@@ -792,7 +792,6 @@
           <htmlCustomization>${basedir}/src/main/docbkx/customization.xsl</htmlCustomization>
           <tocMaxDepth>2</tocMaxDepth>
           <insertXrefPageNumber>yes</insertXrefPageNumber>
-          <targetDirectory>${basedir}/target/docbkx</targetDirectory>
           <chunkerOutputEncoding>UTF-8</chunkerOutputEncoding>
         </configuration>
         <executions>
@@ -807,6 +806,7 @@
               <chunkedOutput>true</chunkedOutput>
               <imgSrcPath>../images/</imgSrcPath>
               <htmlStylesheet>../css/freebsd_docbook.css</htmlStylesheet>
+              <targetDirectory>${basedir}/target/docbkx/book</targetDirectory>
             </configuration>
           </execution>
           <execution>
@@ -818,6 +818,7 @@
             <configuration>
               <imgSrcPath>images/</imgSrcPath>
               <htmlStylesheet>css/freebsd_docbook.css</htmlStylesheet>
+              <targetDirectory>${basedir}/target/docbkx/</targetDirectory>
             </configuration>
           </execution>
         </executions>