Skip to content

Commit 8c68432

Browse files
committedAug 22, 2012
Merge pull request #3230 from killerswan/version-info-template
Rename the template for version_info.html
2 parents 1153b5d + 705f423 commit 8c68432

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 
File renamed without changes.

‎mk/docs.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ doc/version.md: $(MKFILE_DEPS) rust.md
147147
@$(call E, version-stamp: $@)
148148
$(Q)echo "$(CFG_VERSION)" >$@
149149

150-
doc/version_info.html: version_info_template.html
150+
doc/version_info.html: version_info.html.template
151151
@$(call E, version-info: $@)
152152
sed -e "s/VERSION/$(CFG_RELEASE)/; s/SHORT_HASH/$(shell echo \
153153
$(CFG_VER_HASH) | head -c 8)/;\

0 commit comments

Comments
 (0)
Please sign in to comment.