diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-26 20:05:28 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-02-26 20:05:28 +0100 |
commit | 4c620f19d381c72dc85ce60e01ee7d18bf6aee47 (patch) | |
tree | 188737086e290b706abde275e24213f2c06c2828 /Makefile.am | |
parent | b942403749d705044d8164d3b90867f905b3a184 (diff) | |
download | gnutls-4c620f19d381c72dc85ce60e01ee7d18bf6aee47.tar.gz |
replace @VERSION@ in the program documentation.
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; \ |