┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlbert Astals Cid <[email protected]>2015-03-06 22:44:23 +0100
committerAlbert Astals Cid <[email protected]>2015-03-06 22:44:23 +0100
commit94bd3b599257e01d41da5fa04f418ff877eb38c5 (patch)
tree757ea0132a1a7fdf6ef713d87ea47ace17027215 /CMakeLists.txt
parent51181dad2b37baa18c67d4ef5bc761f6eb1d93db (diff)
Use the same doc folder name everyone else uses
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e3dc4567d..daf927197 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -94,7 +94,7 @@ else()
endif()
add_subdirectory(src)
-add_subdirectory(docs)
+add_subdirectory(doc)
# CMake files
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/DolphinVcs")