We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190aa1b commit 63a2e57Copy full SHA for 63a2e57
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 0a8f9a394bd3aa509ad313334daa78686bc4d817
+refs/heads/master: a3be0454f9292fff21744b206304ca5c80716d3f
trunk/mk/docs.mk
@@ -4,7 +4,7 @@
4
5
doc/version.texi: $(MKFILES) rust.texi
6
echo "@macro gitversion" >$@
7
- echo $(CFG_VERSION) >>$@
+ echo "$(CFG_VERSION)" >>$@
8
echo "@end macro" >>$@
9
10
doc/%.pdf: %.texi doc/version.texi
0 commit comments