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/07/17 00:18:46 UTC

git commit: HBASE-11529 Images and CSS still don't work properly on both html and html-single book (misty stanley-jones)

Repository: hbase
Updated Branches:
  refs/heads/master 3455065a7 -> b8aa2235c


HBASE-11529 Images and CSS still don't work properly on both html and html-single book (misty stanley-jones)


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

Branch: refs/heads/master
Commit: b8aa2235ca3750c4d51c015224f126b8fc8af574
Parents: 3455065
Author: stack <st...@apache.org>
Authored: Wed Jul 16 15:18:32 2014 -0700
Committer: stack <st...@apache.org>
Committed: Wed Jul 16 15:18:32 2014 -0700

----------------------------------------------------------------------
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b8aa2235/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b58397c..6b7b65e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -808,8 +808,10 @@
               <htmlStylesheet>../css/freebsd_docbook.css</htmlStylesheet>
               <targetDirectory>${basedir}/target/docbkx/book</targetDirectory>
               <preProcess>
-                <copy todir="target/docbkx/book">
+                <copy todir="target/docbkx/book/images">
                     <fileset dir="src/main/site/resources/images/" />
+                </copy>
+                <copy todir="target/docbkx/book/css">
                     <fileset dir="src/main/site/resources/css/" />
                 </copy>
               </preProcess>
@@ -826,8 +828,10 @@
               <htmlStylesheet>css/freebsd_docbook.css</htmlStylesheet>
               <targetDirectory>${basedir}/target/docbkx/</targetDirectory>
               <preProcess>
-                <copy todir="target/docbkx/book">
+                <copy todir="target/docbkx/images">
                     <fileset dir="src/main/site/resources/images/" />
+                </copy>
+                <copy todir="target/docbkx/css">
                     <fileset dir="src/main/site/resources/css/" />
                 </copy>
               </preProcess>