From 91048421f545b83feefd1ea117bc10cd68dc7671 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 20 Oct 2019 01:21:42 +0900 Subject: Added missing 'man' folder generation. Signed-off-by: Michele Calgaro (cherry picked from commit fbcdcc9667081859d0e8f24b7a6ceefd5ee320fe) --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v1.2.3