From 94bd3b599257e01d41da5fa04f418ff877eb38c5 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 6 Mar 2015 22:44:23 +0100 Subject: Use the same doc folder name everyone else uses --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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") -- cgit v1.3.1