From de1aaf76f379f6e42cdd47feef1554126c1d2e13 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 29 Jan 2020 01:10:31 +0100 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko (cherry picked from commit 16ec57d25f13f92bd0d84317f1679fef3b98eeaa) --- doc/man/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/man/CMakeLists.txt (limited to 'doc/man/CMakeLists.txt') 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 +) -- cgit v1.2.1