summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-01-29 01:10:31 +0100
committerSlávek Banko <[email protected]>2020-03-05 17:58:22 +0100
commitde1aaf76f379f6e42cdd47feef1554126c1d2e13 (patch)
treef2184dc5868dbb5207369b138baabb4b7dd076be /doc/man/CMakeLists.txt
parent71c9cc0fa75dfdd746d635e07ce80e91301153fc (diff)
downloadamarok-de1aaf76f379f6e42cdd47feef1554126c1d2e13.tar.gz
amarok-de1aaf76f379f6e42cdd47feef1554126c1d2e13.zip
Conversion to the cmake building system based on S.Amelian's work.
The embedded sqlite3 has been upgraded to 3.4.2 . Added few man pages taken from the Debian packaging system. Rework of the README and INSTALL files. Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 16ec57d25f13f92bd0d84317f1679fef3b98eeaa)
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/man/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 00000000..cf75d2d7
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,6 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1 amarokapp.1 amarok_libvisual.1
+ amarokcollectionscanner.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)