mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
docs: Fix dot_rst_html_in definition
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>
This commit is contained in:
parent
cc48360fc9
commit
f343eebdca
@ -325,7 +325,7 @@ dot_html_in = \
|
|||||||
dot_rst = \
|
dot_rst = \
|
||||||
$(notdir $(wildcard $(srcdir)/*.rst))
|
$(notdir $(wildcard $(srcdir)/*.rst))
|
||||||
dot_rst_html_in = \
|
dot_rst_html_in = \
|
||||||
$(dot_rst:%.rst=%.html)
|
$(dot_rst:%.rst=%.html.in)
|
||||||
dot_html = \
|
dot_html = \
|
||||||
$(dot_html_generated_in:%.html.in=%.html) \
|
$(dot_html_generated_in:%.html.in=%.html) \
|
||||||
$(dot_html_in:%.html.in=%.html) \
|
$(dot_html_in:%.html.in=%.html) \
|
||||||
|
Loading…
Reference in New Issue
Block a user