voyageur    14/04/16 11:33:49

  Added:                owncloud-client-1.5.3-man-page-location-fix.patch
  Log:
  Fix man pages installation path, thanks Ian Abbott <[email protected]> in bug 
#507058. Also drop asciidoc dependency, sphinx is the only generator now
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.1                  
net-misc/owncloud-client/files/owncloud-client-1.5.3-man-page-location-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/files/owncloud-client-1.5.3-man-page-location-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/owncloud-client/files/owncloud-client-1.5.3-man-page-location-fix.patch?rev=1.1&content-type=text/plain

Index: owncloud-client-1.5.3-man-page-location-fix.patch
===================================================================
diff -ur mirall-1.5.3/doc/CMakeLists.txt mirall-1.5.3-new/doc/CMakeLists.txt
--- mirall-1.5.3/doc/CMakeLists.txt     2014-03-10 11:22:06.000000000 +0000
+++ mirall-1.5.3-new/doc/CMakeLists.txt 2014-04-07 19:17:56.000000000 +0100
@@ -4,7 +4,7 @@
     set(SPHINX_CACHE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees")
     # HTML output directory
     set(SPHINX_HTML_DIR     "${CMAKE_CURRENT_BINARY_DIR}/html")
-    set(SPHINX_MAN_DIR      "${CMAKE_CURRENT_BINARY_DIR}/man")
+    set(SPHINX_MAN_DIR      "${CMAKE_CURRENT_BINARY_DIR}/man1")
     set(SPHINX_PDF_DIR      "${CMAKE_CURRENT_BINARY_DIR}/latex")
     set(SPHINX_QCH_DIR      "${CMAKE_CURRENT_BINARY_DIR}/qthelp")
     set(SPHINX_HTMLHELP_DIR "${CMAKE_CURRENT_BINARY_DIR}/htmlhelp")




Reply via email to