From 99a656bbed1d0e33c9f6fa1fc08e268eebb1a1fd Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Tue, 12 Jul 2016 10:12:16 +0200 Subject: [PATCH] Missing installed man pages --- api/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/CMakeLists.txt b/api/CMakeLists.txt index 0ea4f15..13927c0 100644 --- a/api/CMakeLists.txt +++ b/api/CMakeLists.txt @@ -1,7 +1,7 @@ # install man if (UNIX) - install (FILES nlopt.3 DESTINATION share/man/man3) + install (FILES nlopt.3 nlopt_minimize.3 nlopt_minimize_constrained.3 DESTINATION share/man/man3) endif () # generate nlopt.f from nlopt.h enums -- 2.30.2