You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/12/24 14:23:49 UTC

karaf-cave git commit: Fix prince documentation paths

Repository: karaf-cave
Updated Branches:
  refs/heads/cave-3.x 122506889 -> 508368971


Fix prince documentation paths


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

Branch: refs/heads/cave-3.x
Commit: 5083689718c95bdaac9c049e5362a6931180e6a2
Parents: 1225068
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Thu Dec 24 14:23:34 2015 +0100
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Thu Dec 24 14:23:34 2015 +0100

----------------------------------------------------------------------
 manual/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cave/blob/50836897/manual/pom.xml
----------------------------------------------------------------------
diff --git a/manual/pom.xml b/manual/pom.xml
index 205947d..99aa8aa 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -52,8 +52,8 @@
                                 <copy file="${project.build.directory}/generated-docs/index.html" tofile="target/documentation.html"/>
                                 <echo message="Generating PDF using Prince XML (http://www.princexml.com/)"/>
                                 <exec executable="prince">
-                                    <arg value="documentation.html"/>
-                                    <arg value="documentation.pdf"/>
+                                    <arg value="target/documentation.html"/>
+                                    <arg value="target/documentation.pdf"/>
                                     <arg value="--log"/>
                                     <arg value="${project.build.directory}/prince.log"/>
                                 </exec>