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
)
# 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