commit c37065c6d4877210c1d6f895e3aea293d91e2f88
parent 2a9af03cd52e6f4a6fee4f5a7a73f30753155e4d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 17 Mar 2016 21:20:15 +0100
Add man-pages to the install target
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -79,7 +79,13 @@ set(SCHIFF_FILES_INC
schiff_mesh.h
schiff_optical_properties.h
schiff_streamline.h)
-set(SCHIFF_FILES_DOC COPYING.fr COPYING.en README.md)
+set(SCHIFF_FILES_DOC
+ COPYING.fr
+ COPYING.en
+ README.md
+ doc/schiff.1
+ doc/schiff-geometry.5
+ doc/schiff-output.5)
# Prepend each file in the `SCHIFF_FILES_<SRC|INC>' list by the absolute
# path of the directory in which they lie