rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 19720dc0f6eadd8f64bda469cfb70dbc1fb2aad3
parent 6b8e552f230a13d11e7fde402e9a0e7772094bc4
Author: vaplv <vaplv@free.fr>
Date:   Fri, 22 Apr 2016 14:46:54 +0200

Update the install directory of the documentation

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -210,4 +210,4 @@ install(TARGETS rsys LIBRARY DESTINATION lib RUNTIME DESTINATION bin) install(FILES ${RSYS_FILES_INC_API} DESTINATION include/rsys) -install(FILES ${RSYS_FILES_DOC} DESTINATION doc/rsys) +install(FILES ${RSYS_FILES_DOC} DESTINATION share/doc/rsys)