]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/build_doc_adjustments.diff
Add example sidebar config, thanks Stefano Zacchiroli. (Closes: #460452)
[software/mutt-debian.git] / debian / patches / debian-specific / build_doc_adjustments.diff
1 --- a/doc/Makefile.am
2 +++ b/doc/Makefile.am
3 @@ -100,8 +100,9 @@ uninstall-local:
4  
5  check:
6  manual.txt: manual.html db-cleanup.xsl
7 -       -xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html
8 -       -lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \
9 +       xsltproc --nonet -o manual-txt.html $(srcdir)/db-cleanup.xsl manual.html || cp manual.html manual-txt.html
10 +       links.main -dump $< > $@ || links -dump $< > $@ || \
11 +       lynx -dump -nolist -with_backspaces manual-txt.html > $@ || \
12         w3m -dump manual-txt.html > $@ || \
13         elinks -dump -no-numbering -no-references manual-txt.html > $@
14  
15 @@ -115,10 +116,10 @@ stamp-doc-rc: $(top_srcdir)/init.h maked
16         touch stamp-doc-rc
17  
18  manual.html: $(srcdir)/html.xsl stamp-doc-xml
19 -       -xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
20 +       xsltproc --nonet -o $@ $(srcdir)/html.xsl manual.xml
21  
22  stamp-doc-chunked: $(srcdir)/chunk.xsl stamp-doc-xml
23 -       -xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
24 +       xsltproc --nonet $(srcdir)/chunk.xsl manual.xml
25         touch stamp-doc-chunked
26  
27  $(HTML_DOCFILES): stamp-doc-chunked