aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-09 01:00:13 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-27 22:13:52 +0200
commita9d6cdf2e9646c3d6880ab671173ea9902e84d8d (patch)
treecee8d016cc955062e148eaa0043f0b75069005ef /doc
parentf7293744cea7b2e3b5980676d86d4a33bfdeb5b8 (diff)
CMakeLists.txt: Install targets
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..7e3ea73
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(DIRECTORY man1
+ TYPE MAN
+ FILES_MATCHING PATTERN "*.1"
+)