Skip to content

mediawiki: Error building manual page after fetching latest

After running make -C doc fetch and then make -C doc:

xsltproc --output MediaWiki.xml manual-page-fixes.xslt MediaWiki.raw.xml
./post-processor remove-footer MediaWiki.xml
./post-processor fix-wiki-urls MediaWiki.xml
docbook2html --nochunks MediaWiki.xml
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#html
Working on: /home/james/fbx/plinth/doc/MediaWiki.xml
openjade:/home/james/fbx/plinth/doc/MediaWiki.xml:73:22:E: end tag for "listitem" which is not finished
Makefile:80: recipe for target 'MediaWiki.html' failed
make: *** [MediaWiki.html] Error 8

For some reason, the "Image Uploads" content is missing, and the section tag isn't closed:

        <section>
          <title>Image Uploads</title>
          <itemizedlist>
            <listitem override="none">
            </listitem>
          </itemizedlist>
          <!--rule (<hr>) is not applicable to DocBook-->
          <informaltable>
            <tgroup cols="8">
              <colspec colname="col_0"/>
              <colspec colname="col_1"/>
              <colspec colname="col_2"/>
              <colspec colname="col_3"/>
              <colspec colname="col_4"/>
              <colspec colname="col_5"/>
              <colspec colname="col_6"/>
              <colspec colname="col_7"/>
              <tbody>

For today, I'll just try to patch in the missing content.