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 --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/CMakeLists.txt (limited to 'doc/CMakeLists.txt') 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) -- cgit v1.2.3