summaryrefslogtreecommitdiff
path: root/image/CMakeLists.txt
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-16 03:43:18 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-05-16 03:43:18 -0500
commit4ff7b969e61b36c77c16dc22eb46ea9b6ed8c5cd (patch)
tree000c2291e133522567ca0a371e43fa5fe5aa8ef7 /image/CMakeLists.txt
parentb7dfe65b3f39bcfd2736b31bbdd02e374690e4c1 (diff)
downloadhorizon-4ff7b969e61b36c77c16dc22eb46ea9b6ed8c5cd.tar.gz
horizon-4ff7b969e61b36c77c16dc22eb46ea9b6ed8c5cd.tar.bz2
horizon-4ff7b969e61b36c77c16dc22eb46ea9b6ed8c5cd.tar.xz
horizon-4ff7b969e61b36c77c16dc22eb46ea9b6ed8c5cd.zip
image: Add manual page
Diffstat (limited to 'image/CMakeLists.txt')
-rw-r--r--image/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/image/CMakeLists.txt b/image/CMakeLists.txt
index 775d38e..ea0a3ed 100644
--- a/image/CMakeLists.txt
+++ b/image/CMakeLists.txt
@@ -9,3 +9,4 @@ set(IMG_SRCS
add_executable(hscript-image ${IMG_SRCS})
target_link_libraries(hscript-image hscript hi-backends ${Boost_LIBRARIES})
install(TARGETS hscript-image DESTINATION bin)
+install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/creator.1 DESTINATION share/man/man1 RENAME hscript-image.1)