[docmaker] Always handle `<Order>' section elements.

Previously, those elements were handled only for sections present in
a `<Sections>' chapter element.

* src/tools/docmaker/content.py (ContentProcessor::finish):
Implement it.
This commit is contained in:
Werner Lemberg 2014-12-02 22:49:25 +01:00
parent ef6a352344
commit ca1f5cc7e6
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
2014-12-02 Werner Lemberg <wl@gnu.org>
[docmaker] Always handle `<Order>' section elements.
Previously, those elements were handled only for sections present in
a `<Sections>' chapter element.
* src/tools/docmaker/content.py (ContentProcessor::finish):
Implement it.
2014-12-02 Werner Lemberg <wl@gnu.org>
[docmaker] Properly handle empty rows in Synopsis.

View File

@ -503,6 +503,7 @@ class ContentProcessor:
others = []
for sec in self.sections.values():
if not sec.chapter:
sec.reorder()
others.append( sec )
# create a new special chapter for all remaining sections