diff options
| author | Chris Mayo <aklhfex@gmail.com> | 2019-03-22 19:57:38 +0000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-03-23 09:17:31 +0100 |
| commit | 9ed477f3fe20d31159f2df76f1fcd7fb30e09b6c (patch) | |
| tree | b433499533f7afce82fe234f26852b2ab24f8e97 | |
| parent | 6a4c5975c22588b3d34752993a3c18631a1dce63 (diff) | |
| download | PROJ-9ed477f3fe20d31159f2df76f1fcd7fb30e09b6c.tar.gz PROJ-9ed477f3fe20d31159f2df76f1fcd7fb30e09b6c.zip | |
Build: install projinfo(1) with CMake
| -rw-r--r-- | man/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt index 3ca48226..f668577e 100644 --- a/man/CMakeLists.txt +++ b/man/CMakeLists.txt @@ -1,4 +1,10 @@ -install (FILES man1/proj.1 man1/cs2cs.1 man1/geod.1 man1/cct.1 man1/gie.1 +install(FILES + man1/proj.1 + man1/cs2cs.1 + man1/geod.1 + man1/cct.1 + man1/gie.1 + man1/projinfo.1 DESTINATION share/man/man1) install (FILES man3/pj_init.3 man3/geodesic.3 |
