Skip to content

Commit 4af0db4

Browse files
rilliangraydon
authored andcommitted
Make version.texi depend on rust.texi.
This will at least update the version string on the title page when the book source changes. It may not be entirely accurate since rust.texi may have uncommitted changes. But previously, it was basically only ever updated on the first build or after 'make clean'.
1 parent c45d21e commit 4af0db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DOC_VER := $(shell date +"%Y-%m-%d")-snap
22

33
all: rust.pdf rust.html
44

5-
version.texi: Makefile
5+
version.texi: Makefile rust.texi
66
git log -1 \
77
--format='@macro gitversion%n%h %ci%n@end macro%n' >$@
88

0 commit comments

Comments
 (0)