File: 0002-dont-install-documentation-source.patch

package info (click to toggle)
mydumper 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: ansic: 4,381; sh: 119; sql: 7; makefile: 3; cpp: 3
file content (24 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Mateusz Kijowski <mkijowski@trojmiasto.pl>
Date: Tue, 22 Nov 2011 17:44:04 +0100
Subject: dont install documentation source

---
 docs/CMakeLists.txt | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index c43d246..7c75c99 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -61,11 +61,6 @@ if(GENERATE_DOC)
     "${SOURCES_DIR}"
   )
 
-  # note the trailing slash to exclude directory name
-  install(DIRECTORY "${SOURCES_DIR}/"
-    DESTINATION "share/doc/mydumper"
-  )
-
   # Sphinx cache with pickled ReST documents
   set(SPHINX_CACHE_DIR "${CMAKE_CURRENT_BINARY_DIR}/_doctrees")
   # HTML output directory