From 882089131a00da2475d4e843ff203b2e474ff6ed Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Thu, 20 Oct 2011 14:48:47 -0700 Subject: docs: installing README files. --- CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c175bdd77..38e35ca58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,6 +186,16 @@ CPACK_COMPONENT("volk_devel" add_subdirectory(volk) endif(ENABLE_VOLK) +######################################################################## +# Distribute the README file +######################################################################## +install( + FILES README README.hacking + DESTINATION ${GR_PKG_DOC_DIR} + COMPONENT "docs" +) + + ######################################################################## # Add subdirectories ######################################################################## -- cgit