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 /doc/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 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..5cf30050 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(man) |