diff options
author | Ray-V <[email protected]> | 2021-07-13 19:34:23 +0000 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-14 15:51:27 +0200 |
commit | 120cc7e5d543aa92c2a140ba8973552c45b77a3d (patch) | |
tree | cc3574ed01e623e164b55ca9998805c3cd723ba5 /doc/man/CMakeLists.txt | |
parent | 0a579d66b331b294d1eeb05148c9b885abcfb7e5 (diff) | |
download | amarok-120cc7e5d543aa92c2a140ba8973552c45b77a3d.tar.gz amarok-120cc7e5d543aa92c2a140ba8973552c45b77a3d.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]>
(cherry picked from commit c5d5c04f7af62b757b982bf1eb872e779e4c390a)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 9 |
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() - |