From 9ed477f3fe20d31159f2df76f1fcd7fb30e09b6c Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 22 Mar 2019 19:57:38 +0000 Subject: Build: install projinfo(1) with CMake --- man/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3