chiark
/
gitweb
/
~ianmdlvl
/
nlopt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6a9af
)
Missing installed man pages
author
Julien Schueller
<schueller@phimeca.com>
Tue, 12 Jul 2016 08:12:16 +0000
(10:12 +0200)
committer
Julien Schueller
<schueller@phimeca.com>
Tue, 12 Jul 2016 08:12:16 +0000
(10:12 +0200)
api/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/api/CMakeLists.txt
b/api/CMakeLists.txt
index 0ea4f1583b554b26910d4c214eb6f67bc29b095b..13927c0601c3cf2eef69fcdc1d473c1b7abdc344 100644
(file)
--- 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