diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-20 23:38:07 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-04-20 23:38:07 +0000 |
commit | 84e5264c10e8ca5f9fab9bdcb41b4748891e39e8 (patch) | |
tree | 800a1ff5168099107f299460adc16d9f395cdc82 /doc | |
parent | d4f0949a4ce60de2c265cd371fb77d318bc4016f (diff) | |
download | tdelibs-84e5264c10e8ca5f9fab9bdcb41b4748891e39e8.tar.gz tdelibs-84e5264c10e8ca5f9fab9bdcb41b4748891e39e8.zip |
[kdelibs/doc] fixed target name
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1228606 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kspell/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kspell/CMakeLists.txt b/doc/kspell/CMakeLists.txt index 8f999e770..94bc7cff5 100644 --- a/doc/kspell/CMakeLists.txt +++ b/doc/kspell/CMakeLists.txt @@ -10,4 +10,4 @@ ################################################# tde_create_handbook( SRCDIR ${CMAKE_SOURCE_DIR}/kdoctools DESTINATION kspell ) -add_dependencies( kspell-handbook meinproc ) +add_dependencies( kspell-en-handbook meinproc ) |