aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-24 10:13:51 +0000
committerng0 <ng0@n0.is>2019-02-24 10:13:51 +0000
commitca5e6a9b947092151671257fad7d1965c29dfe33 (patch)
tree0f94655eecbfe428e21ab08f5953b9b0a33dff08 /doc/tutorial
parent807909989412f795ddaa4a0ccd53ee3ad094d33f (diff)
downloadgnunet-ca5e6a9b947092151671257fad7d1965c29dfe33.tar.gz
gnunet-ca5e6a9b947092151671257fad7d1965c29dfe33.zip
5604
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 = \
86 86
87# XXX: is this sed invocation portable enough? otherwise try tr(1). 87# XXX: is this sed invocation portable enough? otherwise try tr(1).
88version.texi/replacement: version.texi/replacement/revert 88version.texi/replacement: version.texi/replacement/revert
89 @sed -i "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi 89 @sed "s/GPACKAGE_VERSION/$(PACKAGE_VERSION)/g" gversion.texi > gversion.texi.tmp
90 @mv gversion.texi.tmp gversion.texi
90 91
91version.texi/replacement/revert: 92version.texi/replacement/revert:
92 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi 93 @echo "@set VERSION GPACKAGE_VERSION" > gversion.texi