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-16 15:05:00 +0200 |
commit | a94bf7ad14415944b4ed7f6bdded31101c716600 (patch) | |
tree | 4bb39c1ca591e49bac11452a6cc6d7eb4337391c /kdoctools/customization/entities | |
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 <slavek.banko@axis.cz>
Diffstat (limited to 'kdoctools/customization/entities')
-rw-r--r-- | kdoctools/customization/entities/general.entities | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kdoctools/customization/entities/general.entities b/kdoctools/customization/entities/general.entities index cfb5f6a7a..478033d90 100644 --- a/kdoctools/customization/entities/general.entities +++ b/kdoctools/customization/entities/general.entities @@ -425,3 +425,6 @@ <!ENTITY tde-team "The &tde; Team"> +<!ENTITY tde-release-version "@TDE_VERSION_STRING@"> +<!ENTITY tde-release-date "@TDE_RELEASE_DATE@"> +<!ENTITY tde-copyright-date "@TDE_RELEASE_COPYRIGHT@"> |