diff options
author | Slávek Banko <[email protected]> | 2020-06-16 15:05:00 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-16 15:05:00 +0200 |
commit | a94bf7ad14415944b4ed7f6bdded31101c716600 (patch) | |
tree | 4bb39c1ca591e49bac11452a6cc6d7eb4337391c /doc | |
parent | 98436f882d2146fe156c26e81bb87d409cfcf819 (diff) | |
download | tdelibs-a94bf7ad14415944b4ed7f6bdded31101c716600.tar.gz tdelibs-a94bf7ad14415944b4ed7f6bdded31101c716600.zip |
Prepare the complete ksgmltools2 in the binary directory
instead of updating in the source.
The configuration file mechanism is used to update items in
general.entities instead of loading the file and replacing
it with regular expressions.
This relates to bug 3135.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tdespell/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tdespell/CMakeLists.txt b/doc/tdespell/CMakeLists.txt index 72836d572..e750cdfc7 100644 --- a/doc/tdespell/CMakeLists.txt +++ b/doc/tdespell/CMakeLists.txt @@ -9,4 +9,4 @@ # ################################################# -tde_create_handbook( SRCDIR ${CMAKE_SOURCE_DIR}/kdoctools DESTINATION tdespell ) +tde_create_handbook( SRCDIR ${CMAKE_BINARY_DIR}/ksgmltools2 DESTINATION tdespell ) |