diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt new file mode 100644 index 0000000..5923f58 --- /dev/null +++ b/man/CMakeLists.txt | |||
@@ -0,0 +1,9 @@ | |||
1 | install(DIRECTORY . | ||
2 | DESTINATION share/man/man3 | ||
3 | FILES_MATCHING PATTERN "*.3" | ||
4 | ) | ||
5 | |||
6 | install(DIRECTORY . | ||
7 | DESTINATION share/man/man1 | ||
8 | FILES_MATCHING PATTERN "*.1" | ||
9 | ) | ||