about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--doc/version_info.html.template (renamed from doc/version_info_template.html)0
-rw-r--r--mk/docs.mk2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/version_info_template.html b/doc/version_info.html.template
index 9376b29bcdf..9376b29bcdf 100644
--- a/doc/version_info_template.html
+++ b/doc/version_info.html.template
diff --git a/mk/docs.mk b/mk/docs.mk
index 65207facbd1..fd06bcd14ad 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -147,7 +147,7 @@ doc/version.md: $(MKFILE_DEPS) rust.md
 	@$(call E, version-stamp: $@)
 	$(Q)echo "$(CFG_VERSION)" >$@
 
-doc/version_info.html: version_info_template.html
+doc/version_info.html: version_info.html.template
 	@$(call E, version-info: $@)
 	sed -e "s/VERSION/$(CFG_RELEASE)/; s/SHORT_HASH/$(shell echo \
                     $(CFG_VER_HASH) | head -c 8)/;\