diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-16 15:05:00 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-17 17:23:25 +0200 |
commit | 90aed94879cdd2fcb1824a114387b8c8aa651f19 (patch) | |
tree | 31e19b0c03c80df10526b3cde42f15cfcbbf633e /doc/tdespell | |
parent | 52d5b0c2378b07b40554d15fecaa65d1228cfa9a (diff) | |
download | tdelibs-90aed94879cdd2fcb1824a114387b8c8aa651f19.tar.gz tdelibs-90aed94879cdd2fcb1824a114387b8c8aa651f19.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 <slavek.banko@axis.cz>
(cherry picked from commit a94bf7ad14415944b4ed7f6bdded31101c716600)
Diffstat (limited to 'doc/tdespell')
-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 ) |