summaryrefslogtreecommitdiff
path: root/x11-misc/rofi-file-browser-extended/files/rofi-file-browser-extended-1.2.0-do-not-install-man-page.patch
blob: 410943815ac85b12a1c871a9a2bd27ba207013be (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
30
31
32
From 47f61ae6b971e71c55788b790146ffe63d64c834 Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flo@geekplace.eu>
Date: Tue, 1 Jun 2021 11:05:05 +0200
Subject: [PATCH] Do not install man page

---
 CMakeLists.txt | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ab8168df336..901de539097e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -28,15 +28,3 @@ target_link_libraries(filebrowser
 )
 
 install(TARGETS filebrowser DESTINATION ${ROFI_PLUGINS_DIR})
-
-
-
-# Manpage
-
-add_custom_command(OUTPUT "doc/rofi-file-browser-extended.1.gz"
-                   COMMAND gzip -k "doc/rofi-file-browser-extended.1"
-                   COMMENT "Packing manpage")
-
-add_custom_target(manpage ALL DEPENDS "doc/rofi-file-browser-extended.1.gz")
-
-install(FILES "doc/rofi-file-browser-extended.1.gz" DESTINATION "/usr/share/man/man1")
-- 
2.31.1