From 379e2290990bcf10c0cc6553627c50a83eb8ad4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Drahos=CC=8C?= Date: Wed, 1 Aug 2012 15:07:31 +0200 Subject: [PATCH] Minor install issues --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acdc3a9..af874f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,6 +52,6 @@ if ( Oniguruma_FOUND ) endif ( ) # Install lrexlib modules -install_data ( ChangeLog LICENSE NEWS README ) +install_data ( LICENSE NEWS README.rst ) install_test ( test/ ) install_doc ( doc/ )