summaryrefslogtreecommitdiffstats
path: root/doc/gen_pkgdiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gen_pkgdiff.py')
-rw-r--r--doc/gen_pkgdiff.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gen_pkgdiff.py b/doc/gen_pkgdiff.py
index 11b3809..7697469 100644
--- a/doc/gen_pkgdiff.py
+++ b/doc/gen_pkgdiff.py
@@ -157,6 +157,7 @@ print ' This section describes changes in the provided packages.'
157print ' </para>' 157print ' </para>'
158print ' <section id="relinfo-added-packages">' 158print ' <section id="relinfo-added-packages">'
159print ' <title>Added Packages</title>' 159print ' <title>Added Packages</title>'
160print ' <para>The following packages were added to this Enea Linux release:</para>'
160print ' <informaltable>' 161print ' <informaltable>'
161print ' <tgroup cols="2">' 162print ' <tgroup cols="2">'
162print ' <thead>' 163print ' <thead>'
@@ -180,6 +181,7 @@ print ' </section>'
180 181
181print ' <section id="relinfo-removed-packages">' 182print ' <section id="relinfo-removed-packages">'
182print ' <title>Removed Packages</title>' 183print ' <title>Removed Packages</title>'
184print ' <para>The following packages were removed from this Enea Linux release:</para>'
183print ' <informaltable>' 185print ' <informaltable>'
184print ' <tgroup cols="2">' 186print ' <tgroup cols="2">'
185print ' <thead>' 187print ' <thead>'
@@ -201,6 +203,7 @@ print ' </section>'
201 203
202print ' <section id="relinfo-changed-packages">' 204print ' <section id="relinfo-changed-packages">'
203print ' <title>Changed Package Versions</title>' 205print ' <title>Changed Package Versions</title>'
206print ' <para>The following packages were updated to a newer version in this Enea Linux release:</para>'
204print ' <informaltable>' 207print ' <informaltable>'
205print ' <tgroup cols="3">' 208print ' <tgroup cols="3">'
206print ' <thead>' 209print ' <thead>'