summaryrefslogtreecommitdiffstats
path: root/doc/man/tdefilereplace/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 12:12:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-20 12:12:32 +0900
commit27fd0e2bb1c89cdca54fe2c87199c6b1fb7770eb (patch)
treecbc005a6d1b09c259f951d6a92a84f60f9a81502 /doc/man/tdefilereplace/CMakeLists.txt
parent439a6c9100cb2cb8994887109cc351c761c46835 (diff)
downloadtdeutils-27fd0e2bb1c89cdca54fe2c87199c6b1fb7770eb.tar.gz
tdeutils-27fd0e2bb1c89cdca54fe2c87199c6b1fb7770eb.zip
Fixed TQT->QT change in previous backported commit.
Removed incorrectly backported tdefilereplace stuff (still in tdewebdev in R14.0.x branch). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/tdefilereplace/CMakeLists.txt')
-rw-r--r--doc/man/tdefilereplace/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/man/tdefilereplace/CMakeLists.txt b/doc/man/tdefilereplace/CMakeLists.txt
deleted file mode 100644
index 24ccd70..0000000
--- a/doc/man/tdefilereplace/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-
-INSTALL(
- FILES ${_man_files}
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
-)