aboutsummaryrefslogtreecommitdiff
path: root/doc/handbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/handbook')
-rw-r--r--doc/handbook/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/handbook/Makefile.am b/doc/handbook/Makefile.am
index 9a3a76a2f..b4372719d 100644
--- a/doc/handbook/Makefile.am
+++ b/doc/handbook/Makefile.am
@@ -144,7 +144,8 @@ lego_stack.png: images/lego_stack.svg
144 144
145# XXX: is this sed invocation portable enough? otherwise try tr(1). 145# XXX: is this sed invocation portable enough? otherwise try tr(1).
146version.texi/replacement: version.texi/replacement/revert 146version.texi/replacement: version.texi/replacement/revert
147 @sed -i "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi 147 @sed "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi > gversion.texi.tmp
148 @mv gversion.texi.tmp gversion.texi
148 149
149version.texi/replacement/revert: 150version.texi/replacement/revert:
150 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi 151 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi