Skip to content

Commit a3be045

Browse files
committed
Bug fix for last commit, of course.
1 parent 0a8f9a3 commit a3be045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
doc/version.texi: $(MKFILES) rust.texi
66
echo "@macro gitversion" >$@
7-
echo $(CFG_VERSION) >>$@
7+
echo "$(CFG_VERSION)" >>$@
88
echo "@end macro" >>$@
99

1010
doc/%.pdf: %.texi doc/version.texi

0 commit comments

Comments
 (0)