Rename the template for version_info.html

This commit is contained in:
Kevin Cantu 2012-08-20 13:55:17 -07:00
parent 08441fca76
commit 705f423965
2 changed files with 1 additions and 1 deletions

View File

@ -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)/;\