summaryrefslogtreecommitdiffstats
path: root/development/editorconfig-core-c/man-directory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/editorconfig-core-c/man-directory.patch')
-rw-r--r--development/editorconfig-core-c/man-directory.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/development/editorconfig-core-c/man-directory.patch b/development/editorconfig-core-c/man-directory.patch
deleted file mode 100644
index 74d5db6733..0000000000
--- a/development/editorconfig-core-c/man-directory.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- doc/CMakeLists.txt.orig 2019-02-16 20:30:36.724781344 +0100
-+++ doc/CMakeLists.txt 2019-02-16 20:31:01.294782000 +0100
-@@ -107,17 +107,17 @@
- # we need to exclude it when installing man3. Same for
- # editorconfig-format.3
- install(DIRECTORY ${EC_MANPAGE3_DIR}
-- DESTINATION share/man
-+ DESTINATION man
- PATTERN editorconfig.3 EXCLUDE
- PATTERN editorconfig-format.3 EXCLUDE
- REGEX ._include_. EXCLUDE)
-
- install(FILES
- ${EC_MANPAGE1_DIR}/editorconfig.1
-- DESTINATION share/man/man1)
-+ DESTINATION man/man1)
- install(FILES
- ${EC_MANPAGE5_DIR}/editorconfig-format.5
-- DESTINATION share/man/man5)
-+ DESTINATION man/man5)
-
- # "make clean" should also clean generated docs
- set_directory_properties(PROPERTIES