utils/CMakeLists.txt |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9ff60568ab420e86295bfa81cef9375d7c5600b8
Author: Thomas Zajic <[email protected]>
Date:   Tue Nov 14 22:25:37 2017 +0100

    pdfsig: install man page

diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 07d73651..422de4c8 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -97,6 +97,7 @@ if (ENABLE_NSS3)
   add_executable(pdfsig ${pdfsig_SOURCES})
   target_link_libraries(pdfsig ${common_libs})
   install(TARGETS pdfsig DESTINATION bin)
+  install(FILES pdfsig.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
 endif ()
 
 # pdftops
_______________________________________________
poppler mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to