From 241deefb6ba211d2a47a73624b97bcb4bfa6b676 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 18 Aug 2012 15:45:20 +0000 Subject: [PATCH] Backport r1311445 | aacid | 2012-08-18 16:19:55 +0200 (ds, 18 ago 2012) | 2 lines move the doc folders inside of each of the apps, will ease git migration svn path=/branches/KDE/4.9/kdegames/ksirk/; revision=1311459 --- CMakeLists.txt | 2 +- doc/CMakeLists.txt | 2 +- doc/ksirkskineditor/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 817a9a4..b36e612 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,4 +22,4 @@ remove_definitions(-DQT_NO_STL) add_subdirectory(ksirk) add_subdirectory(ksirkskineditor) - +add_subdirectory(doc) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 97d8534..b150277 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ add_subdirectory(ksirkskineditor) -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en) +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR ksirk) diff --git a/doc/ksirkskineditor/CMakeLists.txt b/doc/ksirkskineditor/CMakeLists.txt index 8590930..7294c82 100644 --- a/doc/ksirkskineditor/CMakeLists.txt +++ b/doc/ksirkskineditor/CMakeLists.txt @@ -1,2 +1,2 @@ -kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en) +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR ksirkskineditor) -- GitLab