Merge pull request from killerswan/version-info-template

Rename the template for version_info.html
This commit is contained in:
Brian Anderson 2012-08-22 15:08:21 -07:00
commit 8c684326cb
2 changed files with 1 additions and 1 deletions

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