You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2016/11/23 22:14:33 UTC

qpid-dispatch git commit: DISPATCH-574 - Additional fix for manpage generation

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master a695b910e -> ec884dc03


DISPATCH-574 - Additional fix for manpage generation


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

Branch: refs/heads/master
Commit: ec884dc03a2f5c0e019daa203a7460e7d31a4817
Parents: a695b91
Author: Ganesh Murthy <gm...@redhat.com>
Authored: Wed Nov 23 17:14:13 2016 -0500
Committer: Ganesh Murthy <gm...@redhat.com>
Committed: Wed Nov 23 17:14:13 2016 -0500

----------------------------------------------------------------------
 doc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/ec884dc0/doc/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 512b8ff..a655bf2 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -137,7 +137,7 @@ if(BUILD_DOCS)
         get_filename_component(name ${source} NAME)
         get_filename_component(dir ${source} DIRECTORY)
         string(REGEX REPLACE ".*\\.([0-9])$" "\\1" section ${source}) # Man section number
-        set(output ${bin}/${dir}/${name})
+        set(output ${bin}/${name})
         add_custom_command(
           OUTPUT ${output}
           COMMAND ${A2X_EXE} ${A2X_FLAGS} -f manpage -D ${bin} ${source}.adoc


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org