diff options
author | Michele Calgaro <[email protected]> | 2019-10-20 01:21:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-20 01:24:38 +0900 |
commit | 91048421f545b83feefd1ea117bc10cd68dc7671 (patch) | |
tree | a7350781b0fafdb8ebd82707c583bd4066b33997 /doc | |
parent | 1913dc31008d15cbd18c0773f90ad523515e37d0 (diff) | |
download | kkbswitch-91048421f545b83feefd1ea117bc10cd68dc7671.tar.gz kkbswitch-91048421f545b83feefd1ea117bc10cd68dc7671.zip |
Added missing 'man' folder generation.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fbcdcc9667081859d0e8f24b7a6ceefd5ee320fe)
Diffstat (limited to 'doc')
-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 ) |