mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rename the template for version_info.html
This commit is contained in:
+1
-1
@@ -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)/;\
|
||||
|
||||
Reference in New Issue
Block a user