You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2016/10/19 17:35:18 UTC

qpid-dispatch git commit: DISPATCH-532: man pages installed in wrong directory (man.X)

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 0c58c3814 -> 176e52c0b


DISPATCH-532: man pages installed in wrong directory (man.X)


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

Branch: refs/heads/master
Commit: 176e52c0b3d7751e757f9dd1654dbbe09bbaf791
Parents: 0c58c38
Author: Alan Conway <ac...@redhat.com>
Authored: Wed Oct 19 13:34:58 2016 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Wed Oct 19 13:34:58 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/176e52c0/doc/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index b8c408a..6bc6e73 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -117,7 +117,7 @@ if(BUILD_DOCS)
       # Generate man pages.
       foreach(source ${src}/man/qdmanage.8 ${src}/man/qdrouterd.8 ${src}/man/qdstat.8 ${bin}/qdrouterd.conf.5)
         get_filename_component(name ${source} NAME)
-        string(REGEX MATCH "\\.([0-9])$" section ${source}) # Man section number
+        string(REGEX REPLACE ".*\\.([0-9])$" "\\1" section ${source}) # Man section number
         set(output ${bin}/${name})
         add_custom_command(
           OUTPUT ${output}


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