]> git.pld-linux.org Git - packages/libvirt.git/blob - fix-docs-css.patch
- don't use plain.css from docutils
[packages/libvirt.git] / fix-docs-css.patch
1 --- libvirt-6.6.0/docs/Makefile.am~     2020-07-21 15:34:44.000000000 +0200
2 +++ libvirt-6.6.0/docs/Makefile.am      2022-06-12 10:36:19.495506442 +0200
3 @@ -411,17 +411,17 @@
4          grep -v '^:Manual ' < $< | \
5           sed -e 's|SYSCONFDIR|$(sysconfdir)|g' \
6              -e 's|RUNSTATEDIR|$(runstatedir)|g' | \
7 -         $(RST2HTML) --strict > $@ || { rm $@ && exit 1; }
8 +         $(RST2HTML) --stylesheet-path=minimal.css,responsive.css --strict > $@ || { rm $@ && exit 1; }
9  
10  news.html.in: $(top_srcdir)/NEWS.rst
11         $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \
12 -         $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; }
13 +         $(RST2HTML) --stylesheet-path=minimal.css,responsive.css --strict $< > $@ || { rm $@ && exit 1; }
14  
15  CLEANFILES += news.html.in
16  
17  %.html.in: %.rst
18         $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \
19 -         $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; }
20 +         $(RST2HTML) --stylesheet-path=minimal.css,responsive.css --strict $< > $@ || { rm $@ && exit 1; }
21  
22  %.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \
23                 $(acl_generated)
This page took 0.735924 seconds and 3 git commands to generate.