From 860f3d0a2a7c22766aa741df324560c279775343 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 24 Feb 2019 10:16:06 +0000 Subject: 5604 --- doc/handbook/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/handbook') 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 # XXX: is this sed invocation portable enough? otherwise try tr(1). version.texi/replacement: version.texi/replacement/revert - @sed -i "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi + @sed "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi > gversion.texi.tmp + @mv gversion.texi.tmp gversion.texi version.texi/replacement/revert: @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi -- cgit v1.2.3