diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-20 01:21:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-10-20 01:21:42 +0900 |
commit | fbcdcc9667081859d0e8f24b7a6ceefd5ee320fe (patch) | |
tree | 24ac1bbfa79c794d6b7990aeb1427bc9e16e83f1 | |
parent | 9d191894a587d67cacceb69b868160250820cfa7 (diff) | |
download | kkbswitch-fbcdcc9667081859d0e8f24b7a6ceefd5ee320fe.tar.gz kkbswitch-fbcdcc9667081859d0e8f24b7a6ceefd5ee320fe.zip |
Added missing 'man' folder generation.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | doc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index c938175..f9197e5 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1,2 @@ add_subdirectory( en ) +add_subdirectory( man ) |