From 3afd3b1afd711fff415f4cb0eebd9a015abaa1d8 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Wed, 17 Nov 2010 10:59:21 +0000 Subject: install man pages by default. install CHANGES and LICENSE --- codec/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'codec') diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt index e24ac470..4a9d63df 100644 --- a/codec/CMakeLists.txt +++ b/codec/CMakeLists.txt @@ -56,6 +56,14 @@ FOREACH(exe j2k_to_image image_to_j2k j2k_dump) ) ENDFOREACH(exe) +# Install man pages +INSTALL( + FILES ../doc/man/man1/image_to_j2k.1 + ../doc/man/man1/j2k_dump.1 + ../doc/man/man1/j2k_to_image.1 + DESTINATION ${OPENJPEG_INSTALL_MAN_DIR}/man1) +# + if(BUILD_TESTING) # Do testing here, once we know the examples are being built: FILE(GLOB_RECURSE OPENJPEG_DATA_IMAGES_GLOB -- cgit v1.2.3