summaryrefslogtreecommitdiffstats
path: root/doc/man/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-20 15:53:01 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-20 15:53:01 +0200
commita451e44f4ac9838eca11731780be425a1f46a0b8 (patch)
tree71e974dc4c85bd3773f037729895896ecc614fe8 /doc/man/CMakeLists.txt
parentf9ea8458f59dad5db45f34daca5417332b2f3212 (diff)
downloadtdepacman-a451e44f4ac9838eca11731780be425a1f46a0b8.tar.gz
tdepacman-a451e44f4ac9838eca11731780be425a1f46a0b8.zip
Rework of the README file.
Move the kpacman html api's files into the doc folder. Add a man page. Rework of the desktop file. 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
+)