]> git.pld-linux.org Git - packages/libvirt.git/blobdiff - fix-docs-css.patch
- updated to 6.10.0
[packages/libvirt.git] / fix-docs-css.patch
diff --git a/fix-docs-css.patch b/fix-docs-css.patch
deleted file mode 100644 (file)
index 3b3610a..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- libvirt-6.6.0/docs/Makefile.am~    2020-07-21 15:34:44.000000000 +0200
-+++ libvirt-6.6.0/docs/Makefile.am     2022-06-12 10:36:19.495506442 +0200
-@@ -411,17 +411,17 @@
-        grep -v '^:Manual ' < $< | \
-         sed -e 's|SYSCONFDIR|$(sysconfdir)|g' \
-            -e 's|RUNSTATEDIR|$(runstatedir)|g' | \
--        $(RST2HTML) --strict > $@ || { rm $@ && exit 1; }
-+        $(RST2HTML) --stylesheet-path=minimal.css,responsive.css --strict > $@ || { rm $@ && exit 1; }
- news.html.in: $(top_srcdir)/NEWS.rst
-       $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \
--        $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; }
-+        $(RST2HTML) --stylesheet-path=minimal.css,responsive.css --strict $< > $@ || { rm $@ && exit 1; }
- CLEANFILES += news.html.in
- %.html.in: %.rst
-       $(AM_V_GEN)$(MKDIR_P) `dirname $@` && \
--        $(RST2HTML) --strict $< > $@ || { rm $@ && exit 1; }
-+        $(RST2HTML) --stylesheet-path=minimal.css,responsive.css --strict $< > $@ || { rm $@ && exit 1; }
- %.html.tmp: %.html.in site.xsl subsite.xsl page.xsl \
-               $(acl_generated)
This page took 0.059897 seconds and 4 git commands to generate.