From ba527a826deb1dd89a0974f64efab8fd93a89430 Mon Sep 17 00:00:00 2001 From: Adam Cetnerowski Date: Wed, 26 Feb 2020 13:57:13 +0100 Subject: [PATCH] Refactor documentation location Change-Id: Iaa76070e836b079374ec82067e3febb7f5eb9d32 Signed-off-by: Adam Cetnerowski --- documentation/BUILD_Centos.md => BUILD_Centos.md | 0 documentation/BUILD_Ubuntu.md => BUILD_Ubuntu.md | 0 documentation/CONTRIB.md => CONTRIB.md | 0 documentation/Neo_in_distributions.md => DISTRIBUTIONS.md | 0 documentation/FAQ.md => FAQ.md | 0 documentation/GUIDELINES.md => GUIDELINES.md | 0 documentation/RELEASES.md => RELEASES.md | 0 {documentation => opencl/doc}/LIMITATIONS.md | 0 documentation/TOOLS.md => opencl/doc/VTUNE.md | 0 {documentation => opencl/doc}/cl_intel_va_api_media_sharing.md | 0 opencl/source/guidelines/CMakeLists.txt | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) rename documentation/BUILD_Centos.md => BUILD_Centos.md (100%) rename documentation/BUILD_Ubuntu.md => BUILD_Ubuntu.md (100%) rename documentation/CONTRIB.md => CONTRIB.md (100%) rename documentation/Neo_in_distributions.md => DISTRIBUTIONS.md (100%) rename documentation/FAQ.md => FAQ.md (100%) rename documentation/GUIDELINES.md => GUIDELINES.md (100%) rename documentation/RELEASES.md => RELEASES.md (100%) rename {documentation => opencl/doc}/LIMITATIONS.md (100%) rename documentation/TOOLS.md => opencl/doc/VTUNE.md (100%) rename {documentation => opencl/doc}/cl_intel_va_api_media_sharing.md (100%) diff --git a/documentation/BUILD_Centos.md b/BUILD_Centos.md similarity index 100% rename from documentation/BUILD_Centos.md rename to BUILD_Centos.md diff --git a/documentation/BUILD_Ubuntu.md b/BUILD_Ubuntu.md similarity index 100% rename from documentation/BUILD_Ubuntu.md rename to BUILD_Ubuntu.md diff --git a/documentation/CONTRIB.md b/CONTRIB.md similarity index 100% rename from documentation/CONTRIB.md rename to CONTRIB.md diff --git a/documentation/Neo_in_distributions.md b/DISTRIBUTIONS.md similarity index 100% rename from documentation/Neo_in_distributions.md rename to DISTRIBUTIONS.md diff --git a/documentation/FAQ.md b/FAQ.md similarity index 100% rename from documentation/FAQ.md rename to FAQ.md diff --git a/documentation/GUIDELINES.md b/GUIDELINES.md similarity index 100% rename from documentation/GUIDELINES.md rename to GUIDELINES.md diff --git a/documentation/RELEASES.md b/RELEASES.md similarity index 100% rename from documentation/RELEASES.md rename to RELEASES.md diff --git a/documentation/LIMITATIONS.md b/opencl/doc/LIMITATIONS.md similarity index 100% rename from documentation/LIMITATIONS.md rename to opencl/doc/LIMITATIONS.md diff --git a/documentation/TOOLS.md b/opencl/doc/VTUNE.md similarity index 100% rename from documentation/TOOLS.md rename to opencl/doc/VTUNE.md diff --git a/documentation/cl_intel_va_api_media_sharing.md b/opencl/doc/cl_intel_va_api_media_sharing.md similarity index 100% rename from documentation/cl_intel_va_api_media_sharing.md rename to opencl/doc/cl_intel_va_api_media_sharing.md diff --git a/opencl/source/guidelines/CMakeLists.txt b/opencl/source/guidelines/CMakeLists.txt index b028cb8d63..4662cc9bdb 100644 --- a/opencl/source/guidelines/CMakeLists.txt +++ b/opencl/source/guidelines/CMakeLists.txt @@ -5,7 +5,7 @@ # set(RUNTIME_CODING_GUIDELINES - ${NEO_SOURCE_DIR}/documentation/GUIDELINES.md + ${NEO_SOURCE_DIR}/GUIDELINES.md ) target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_CODING_GUIDELINES}) set_property(GLOBAL PROPERTY RUNTIME_CODING_GUIDELINES ${RUNTIME_CODING_GUIDELINES})