From: ng0 Date: Sun, 24 Feb 2019 10:13:51 +0000 (+0000) Subject: 5604 X-Git-Tag: v0.11.0~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca5e6a9b947092151671257fad7d1965c29dfe33;p=oweals%2Fgnunet.git 5604 --- 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