From fde5de6b409ba935648bd09d27e9631fdb8b0d71 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 6 Feb 2018 13:28:55 +0000 Subject: [PATCH] [github39] system_messages tool converted to DocBook 5.0 --- doc/version.ent.in | 2 +- tools/system_messages.cc | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/doc/version.ent.in b/doc/version.ent.in index 9a72f7e3dd..94272348c5 100644 --- a/doc/version.ent.in +++ b/doc/version.ent.in @@ -1 +1 @@ - + diff --git a/tools/system_messages.cc b/tools/system_messages.cc index e76991b9d8..f7c6a0fab4 100644 --- a/tools/system_messages.cc +++ b/tools/system_messages.cc @@ -76,32 +76,31 @@ DictionaryType dictionary; /// this is output before anything else. const std::string FILE_HEADER = "\n\ -\n\ -\n\ -%version;\n\ -]>\n\ +\ +%keaversion;\ +]>\ +\n\ \n\ -\n\ +\n\ \n\ \n\ - \n\ + \n\ Kea Messages Manual\n\ \n\ \n\ - 2011-2017\n\ + 2011-2018\n\ Internet Systems Consortium, Inc. (\"ISC\")\n\ \n\ \n\ \n\ \n\ - This is the messages manual for Kea version &__VERSION__;.\n\ + This is the messages manual for Kea version &keaversion;.\n\ The most up-to-date version of this document, along with\n\ other documents for Kea, can be found at\n\ .\n\ @@ -109,8 +108,8 @@ const std::string FILE_HEADER = \n\ \n\ This is the messages manual for Kea version\n\ - &__VERSION__;.\n\ - \n\ + &keaversion;.\n\ + \n\ \n\ \n\ Introduction\n\ -- GitLab