summaryrefslogtreecommitdiff
blob: 6687e4f0e9fcdfae9bea5edcb702f396ea87112f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 03e7b00321c5474330c97812b4e6a6550e54931c Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Wed, 19 Dec 2018 13:36:12 +0100
Subject: [PATCH] Disable install misc files by cmake

AUTHORS, README, Changelog etc. are handled by distribution packages.
---
 CMakeLists.txt | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f4a278e1..bb78d839 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,11 +117,4 @@ install(
 	DESTINATION ${KDE_INSTALL_DATAROOTDIR}/kconf_update)
 
-install(FILES
-		AUTHORS
-		ChangeLog
-		README
-		README.cwl
-		kile-remote-control.txt
-	DESTINATION ${KDE_INSTALL_DATAROOTDIR}/doc/kile)
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
-- 
2.20.1