diff options
author | Ray-V <[email protected]> | 2021-07-13 19:34:23 +0000 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-14 14:47:34 +0200 |
commit | c5d5c04f7af62b757b982bf1eb872e779e4c390a (patch) | |
tree | 7c7b77dd17350348b1d6bfc5e9eae1c26cfd87ef /doc/man | |
parent | d445d306213fcc908e03ae267e5ebc11c9380602 (diff) | |
download | amarok-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.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() - |