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
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-11-27 23:07:06 +0900
commit9a2ffe6c188b2049f76c8cf608a3b530a6c23d28 (patch)
tree573b1e41d549851839e381b63e4707776992d98c /doc/man/CMakeLists.txt
parente2e116f8adc3a7f732ac70a3c795deaedf8b3f4c (diff)
downloadfilelight-9a2ffe6c188b2049f76c8cf608a3b530a6c23d28.tar.gz
filelight-9a2ffe6c188b2049f76c8cf608a3b530a6c23d28.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> (cherry picked from commit 8a5ab0cb65d78b80d7b9654077e24b8078b840df)
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
+)