[libvirt PATCH 1/5] docs: Fix dot_rst_html_in definition

Andrea Bolognani abologna at redhat.com
Tue Jun 2 14:57:15 UTC 2020


As the name clearly implies, it's supposed to list the .html.in
files that are generated from .rst files, but it mistakenly lists
the corresponding .html files instead.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index ce3d296b19..ba538e55a0 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -325,7 +325,7 @@ dot_html_in = \
 dot_rst = \
   $(notdir $(wildcard $(srcdir)/*.rst))
 dot_rst_html_in = \
-  $(dot_rst:%.rst=%.html)
+  $(dot_rst:%.rst=%.html.in)
 dot_html = \
   $(dot_html_generated_in:%.html.in=%.html) \
   $(dot_html_in:%.html.in=%.html) \
-- 
2.25.4




More information about the libvir-list mailing list