commit 77676d39232c78ec9202d1d03d8be9f148ab83d0
parent e172bf4d8c7afa135eed71b6ed259d879b5f9c85
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 28 Apr 2016 16:53:27 +0200
Update the install directory of the documentation
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ variates. While it is based on C++11 random generators, its API remains pure C.
## How to build
-The *Star-Sampling* library relies on the [CMake](http://www.cmake.org) and the
+The Star-Sampling library relies on the [CMake](http://www.cmake.org) and the
[RCMake](https://gitlab.com/vaplv/rcmake/) package to build. It also depends on
the [RSys](https://gitlab.com/vaplv/rsys/) library and C++11 random number
generators.
@@ -20,7 +20,7 @@ RSys library, respectively.
### Microsoft Visual Studio
-When built with Visual Studio, the *Star-Sampling* library depends on the
+When built with Visual Studio, the Star-Sampling library depends on the
[Boost](http://www.boost.org) random library rather than the STL that is
actually not fully compliant with the C++11 standard.
@@ -31,7 +31,7 @@ the path that contains the Boost header directory.
## Licenses
-*Star-Sampling* is Copyright (C) |Meso|Star> 2015-2016
+Star-Sampling is Copyright (C) |Meso|Star> 2015-2016
(<contact@meso-star.com>). It is a free software released under the
[OSI](http://opensource.org)-approved CeCILL license. You are welcome to
redistribute it under certain conditions; refer to the COPYING files for
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -155,4 +155,4 @@ install(TARGETS ssp
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin)
install(FILES ${SSP_FILES_INC_API} DESTINATION include/star)
-install(FILES ${SSP_FILES_DOC} DESTINATION doc/star-sp)
+install(FILES ${SSP_FILES_DOC} DESTINATION share/doc/star-sp)