From b601e2350afa89e592c4a601b08f8c74728d1ae3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 23 Sep 2013 14:30:25 -0400 Subject: Rename Docs to Auxiliary The directory contains auxiliary support files for integration with other tools, not documentation. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ad2d24fe4..e36daeef58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -595,8 +595,8 @@ install( WORLD_READ WORLD_EXECUTE ) -# process docs related install -add_subdirectory(Docs) +# Install auxiliary files integrating with other tools. +add_subdirectory(Auxiliary) #----------------------------------------------------------------------- # End of the main section of the CMakeLists file -- cgit v1.2.1