]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix dot_rst_html_in definition
authorAndrea Bolognani <abologna@redhat.com>
Tue, 2 Jun 2020 11:59:30 +0000 (13:59 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 3 Jun 2020 13:02:27 +0000 (15:02 +0200)
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@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/Makefile.am

index ce3d296b190cc61ce9e4dc27e1691e8b44502ca3..ba538e55a046caa45b602b1b0379f1f08adc171f 100644 (file)
@@ -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) \