diff options
Diffstat (limited to 'doc/gen_pkgdiff.py')
-rw-r--r-- | doc/gen_pkgdiff.py | 3 |
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.' | |||
157 | print ' </para>' | 157 | print ' </para>' |
158 | print ' <section id="relinfo-added-packages">' | 158 | print ' <section id="relinfo-added-packages">' |
159 | print ' <title>Added Packages</title>' | 159 | print ' <title>Added Packages</title>' |
160 | print ' <para>The following packages were added to this Enea Linux release:</para>' | ||
160 | print ' <informaltable>' | 161 | print ' <informaltable>' |
161 | print ' <tgroup cols="2">' | 162 | print ' <tgroup cols="2">' |
162 | print ' <thead>' | 163 | print ' <thead>' |
@@ -180,6 +181,7 @@ print ' </section>' | |||
180 | 181 | ||
181 | print ' <section id="relinfo-removed-packages">' | 182 | print ' <section id="relinfo-removed-packages">' |
182 | print ' <title>Removed Packages</title>' | 183 | print ' <title>Removed Packages</title>' |
184 | print ' <para>The following packages were removed from this Enea Linux release:</para>' | ||
183 | print ' <informaltable>' | 185 | print ' <informaltable>' |
184 | print ' <tgroup cols="2">' | 186 | print ' <tgroup cols="2">' |
185 | print ' <thead>' | 187 | print ' <thead>' |
@@ -201,6 +203,7 @@ print ' </section>' | |||
201 | 203 | ||
202 | print ' <section id="relinfo-changed-packages">' | 204 | print ' <section id="relinfo-changed-packages">' |
203 | print ' <title>Changed Package Versions</title>' | 205 | print ' <title>Changed Package Versions</title>' |
206 | print ' <para>The following packages were updated to a newer version in this Enea Linux release:</para>' | ||
204 | print ' <informaltable>' | 207 | print ' <informaltable>' |
205 | print ' <tgroup cols="3">' | 208 | print ' <tgroup cols="3">' |
206 | print ' <thead>' | 209 | print ' <thead>' |