diff --git a/doc/version_info_template.html b/doc/version_info.html.template
similarity index 100%
rename from doc/version_info_template.html
rename to 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)/;\