From 74fe5f5ebbcd9a174ad8c597e4c8d1d211c7f0a5 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 12 Apr 2017 15:03:55 +0200 Subject: build: Install manpages This will install the manpages found in doc/man/ during installation. Fixes #38 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e6c33c16..3c7266eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,6 +83,7 @@ include_directories(${PROTOBUF_C_INCLUDE_DIRS}) add_subdirectory(src) add_subdirectory(include) +add_subdirectory(doc) # Uninstall target configure_file( -- cgit v1.2.3