diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-12 15:03:55 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-12 15:05:36 +0200 |
commit | 74fe5f5ebbcd9a174ad8c597e4c8d1d211c7f0a5 (patch) | |
tree | 47078ceb35af29665fea130fdee589a114dad934 /CMakeLists.txt | |
parent | cc0816154b756b870264272315fe5a6f1ed06efe (diff) | |
download | ouroboros-74fe5f5ebbcd9a174ad8c597e4c8d1d211c7f0a5.tar.gz ouroboros-74fe5f5ebbcd9a174ad8c597e4c8d1d211c7f0a5.zip |
build: Install manpages
This will install the manpages found in doc/man/ during installation.
Fixes #38
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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( |