summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-11-22 14:06:49 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-11-27 14:01:24 +0000
commit8a5ab0cb65d78b80d7b9654077e24b8078b840df (patch)
treead68775a52c90009218061a07cc181a5acfb4470 /doc/man/CMakeLists.txt
parentc883e565c7ecc643a4cf9b5b8fdb0570f962f30c (diff)
downloadfilelight-8a5ab0cb65d78b80d7b9654077e24b8078b840df.tar.gz
filelight-8a5ab0cb65d78b80d7b9654077e24b8078b840df.zip
Drop automake build support.
Add basic cmake build instructions. Add a man page taken from Debian packaging. Delete empty file NEWS. Rework on the README, INSTALL and help page. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r--doc/man/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)