diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c6efbf61c0..a59db29376 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +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 cd $(distdir)/src/ && for i in *.def;do \ if test x"$$i" = x"args-std.def";then continue; fi; \ autogen $$i; \ |