From e0063fad5ab2d272e69a936e722a2eb24e5df4b2 Mon Sep 17 00:00:00 2001 From: TimePath Date: Mon, 31 Jul 2017 21:39:38 +1000 Subject: [PATCH] Fix the mapping wiki link --- CMakeLists.txt | 2 -- docs/index.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16124b7b..335c1082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -194,13 +194,11 @@ endif () add_subdirectory(tools) file(GLOB DATA_FILES "${PROJECT_SOURCE_DIR}/setup/data/tools/*") -file(GLOB DOCS_FILES "${PROJECT_SOURCE_DIR}/docs/*") if (NOT (PROJECT_SOURCE_DIR STREQUAL PROJECT_BINARY_DIR)) # Copy data files from sources to the build directory message(STATUS "Copying data files") file(COPY ${DATA_FILES} DESTINATION "${PROJECT_BINARY_DIR}") - file(COPY ${DOCS_FILES} DESTINATION "${PROJECT_BINARY_DIR}/docs") endif () #----------------------------------------------------------------------- diff --git a/docs/index.html b/docs/index.html index 60d0ed4c..de757e08 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,6 +11,6 @@ -

Xonotic Mapping Wiki

+

Xonotic Mapping Wiki

-- 2.39.2