File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,14 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/
432
432
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR} /${CMAKE_INSTALL_LIBDIR} " )
433
433
set (CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR} /${CMAKE_INSTALL_LIBDIR} " )
434
434
435
+ #-----------------
436
+ # Install manpages
437
+ #-----------------
438
+ install (FILES "${CMAKE_SOURCE_DIR} /doc/man/man1/caf.1" "${CMAKE_SOURCE_DIR} /doc/man/man1/cafrun.1"
439
+ DESTINATION "${CMAKE_INSTALL_MANDIR} /man1"
440
+ PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
441
+ COMPONENT documentation )
442
+
435
443
#---------------------------------------------------
436
444
# Define macro for compiling with caf wrapper script
437
445
#---------------------------------------------------
You can’t perform that action at this time.
0 commit comments