From 517aee329836d13dcf5656a38278e10cd3f0f1f9 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 1 Mar 2012 17:38:09 +0100 Subject: corrected version replacement in .texi. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a59db29376..0afe4bd8c5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ dist-hook: make ChangeLog cp -f ChangeLog $(distdir)/ sed 's/\@VERSION\@/$(VERSION)/g' -i $(distdir)/src/args-std.def - sed 's/\@VERSION\@/$(VERSION)/g' -i $(distdir)/doc/invoke-*.texi + sed 's/\@\@VERSION\@\@/$(VERSION)/g' -i $(distdir)/doc/invoke-*.texi cd $(distdir)/src/ && for i in *.def;do \ if test x"$$i" = x"args-std.def";then continue; fi; \ autogen $$i; \ -- cgit v1.2.1