summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorRay-V <[email protected]>2021-07-13 19:34:23 +0000
committerSlávek Banko <[email protected]>2021-07-14 14:47:34 +0200
commitc5d5c04f7af62b757b982bf1eb872e779e4c390a (patch)
tree7c7b77dd17350348b1d6bfc5e9eae1c26cfd87ef /doc/man
parentd445d306213fcc908e03ae267e5ebc11c9380602 (diff)
downloadamarok-c5d5c04f7af62b757b982bf1eb872e779e4c390a.tar.gz
amarok-c5d5c04f7af62b757b982bf1eb872e779e4c390a.zip
Removed CMakeLists.txt in doc and translations trees
Set up common rules for doc and translations Moved doc/amarok to doc/en Signed-off-by: Ray-V <[email protected]>
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
deleted file mode 100644
index db8bb9c1..00000000
--- a/doc/man/CMakeLists.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-file( GLOB _man_files *.1 )
-if( _man_files )
- INSTALL(
- FILES ${_man_files}
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
- )
-endif()
-