[Pkg-owncloud-commits] [owncloud-client] 38/332: put man docs in the correct /man1 directory man doesn't work here when the docs are in a /man directory
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 4b3d124b5a52a57330525d616fd64efa27465f3f
Author: Kuba Serafinowski <zizzfizzix at gmail.com>
Date: Tue Jun 3 23:20:17 2014 +0300
put man docs in the correct /man1 directory
man doesn't work here when the docs are in a /man directory
---
doc/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index cf12765..dbca98a 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -4,7 +4,7 @@ if(SPHINX_FOUND)
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")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list