[poppler] utils/CMakeLists.txt
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Nov 14 21:25:56 UTC 2017
utils/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9ff60568ab420e86295bfa81cef9375d7c5600b8
Author: Thomas Zajic <zlatko at gmx.at>
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
More information about the poppler
mailing list