]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fix the mapping wiki link
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 31 Jul 2017 11:39:38 +0000 (21:39 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 31 Jul 2017 11:39:38 +0000 (21:39 +1000)
CMakeLists.txt
docs/index.html

index 16124b7b29bda415c8e8fdf6c3d0bf9669e7290b..335c108293b4ffd8ccc6fae82bf7e85b53411224 100644 (file)
@@ -194,13 +194,11 @@ endif ()
 add_subdirectory(tools)
 
 file(GLOB DATA_FILES "${PROJECT_SOURCE_DIR}/setup/data/tools/*")
 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}")
 
 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 ()
 
 #-----------------------------------------------------------------------
 endif ()
 
 #-----------------------------------------------------------------------
index 60d0ed4ce725ebd0c31663812b7d43259e077ce3..de757e082ddf9ee4360fd4bce4be492b86724c35 100644 (file)
@@ -11,6 +11,6 @@
   </style>
 </head>
 <body>
   </style>
 </head>
 <body>
-<p class="p1"><a href="https://gitlab.com/xonotic/xonotic/wikis/Mapping/Mapping">Xonotic Mapping Wiki</A></p>
+<p class="p1"><a href="https://gitlab.com/xonotic/xonotic/wikis/Mapping">Xonotic Mapping Wiki</A></p>
 </body>
 </html>
 </body>
 </html>