#3847: In manual.xml, linkend="sidebar-format" without an associated id
--------------------+----------------------
 Reporter:  vinc17  |      Owner:  mutt-dev
     Type:  defect  |     Status:  new
 Priority:  minor   |  Milestone:
Component:  doc     |    Version:
 Keywords:          |
--------------------+----------------------
 The doc/manual.xml file has:
 {{{
 The sidebar can display these message counts.  See <link
 linkend="sidebar-format">$sidebar_format</link>.
 }}}
 but there is no sidebar-format id. Thus in {{{make}}} output:
 {{{
 xsltproc --nonet -o manual.html ./html.xsl manual.xml
 Error: no ID for constraint linkend: "sidebar-format".
 }}}
 and
 {{{
 xsltproc --nonet ./chunk.xsl manual.xml
 Writing intro.html for chapter(intro)
 Writing gettingstarted.html for chapter(gettingstarted)
 Writing configuration.html for chapter(configuration)
 Error: no ID for constraint linkend: "sidebar-format".
 Writing advancedusage.html for chapter(advancedusage)
 Writing mimesupport.html for chapter(mimesupport)
 Writing optionalfeatures.html for chapter(optionalfeatures)
 Writing security.html for chapter(security)
 Writing tuning.html for chapter(tuning)
 Writing reference.html for chapter(reference)
 Writing miscellany.html for chapter(miscellany)
 Writing index.html for book
 }}}

--
Ticket URL: <https://dev.mutt.org/trac/ticket/3847>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to