Git commit 04a102e48e9147a38ed9f8fe434e93fa349927f7 by Kevin Ottens. Committed on 06/11/2013 at 21:05. Pushed by ervin into branch 'frameworks'.
Move to KJSEmbed the docs which belong to it M +0 -1 doc/CMakeLists.txt M +2 -0 tier3/kjsembed/CMakeLists.txt A +1 -0 tier3/kjsembed/docs/CMakeLists.txt R +0 -0 tier3/kjsembed/docs/kjscmd/CMakeLists.txt [from: doc/kjscmd/CMakeLists.txt - 100% similarity] R +0 -0 tier3/kjsembed/docs/kjscmd/man-kjscmd.1.docbook [from: doc/kjscmd/man-kjscmd.1.docbook - 100% similarity] http://commits.kde.org/kdelibs/04a102e48e9147a38ed9f8fe434e93fa349927f7 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 8c33bca..9e15044 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -5,7 +5,6 @@ if (NOT WIN32) add_subdirectory( makekdewidgets ) add_subdirectory( sonnet ) add_subdirectory( kjs ) - add_subdirectory( kjscmd ) add_subdirectory( kross ) add_subdirectory( kconfig_compiler ) add_subdirectory( preparetips ) diff --git a/tier3/kjsembed/CMakeLists.txt b/tier3/kjsembed/CMakeLists.txt index 22fc006..154b41d 100644 --- a/tier3/kjsembed/CMakeLists.txt +++ b/tier3/kjsembed/CMakeLists.txt @@ -30,6 +30,8 @@ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0) remove_definitions(-DQT_NO_CAST_FROM_ASCII) remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY) +# Enable when kdoctools will be usable from the outside (macros are broken ATM) +#add_subdirectory(docs) add_subdirectory(src) add_subdirectory(examples/kjsconsole) diff --git a/tier3/kjsembed/docs/CMakeLists.txt b/tier3/kjsembed/docs/CMakeLists.txt new file mode 100644 index 0000000..c4df5bd --- /dev/null +++ b/tier3/kjsembed/docs/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(kjscmd) diff --git a/doc/kjscmd/CMakeLists.txt b/tier3/kjsembed/docs/kjscmd/CMakeLists.txt similarity index 100% rename from doc/kjscmd/CMakeLists.txt rename to tier3/kjsembed/docs/kjscmd/CMakeLists.txt diff --git a/doc/kjscmd/man-kjscmd.1.docbook b/tier3/kjsembed/docs/kjscmd/man-kjscmd.1.docbook similarity index 100% rename from doc/kjscmd/man-kjscmd.1.docbook rename to tier3/kjsembed/docs/kjscmd/man-kjscmd.1.docbook
