From ca5e6a9b947092151671257fad7d1965c29dfe33 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 24 Feb 2019 10:13:51 +0000 Subject: 5604 --- doc/tutorial/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/tutorial') diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am index fdfd49087..d0fd14a4a 100644 --- a/doc/tutorial/Makefile.am +++ b/doc/tutorial/Makefile.am @@ -86,7 +86,8 @@ DISTCLEANFILES = \ # 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