Rename Docs to Auxiliary

The directory contains auxiliary support files for integration with
other tools, not documentation.
This commit is contained in:
Brad King 2013-09-23 14:30:25 -04:00
parent 07b80021aa
commit b601e2350a
10 changed files with 2 additions and 2 deletions

View File

@ -595,8 +595,8 @@ install(
WORLD_READ WORLD_EXECUTE WORLD_READ WORLD_EXECUTE
) )
# process docs related install # Install auxiliary files integrating with other tools.
add_subdirectory(Docs) add_subdirectory(Auxiliary)
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
# End of the main section of the CMakeLists file # End of the main section of the CMakeLists file