]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
replace @VERSION@ in the program documentation.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Feb 2012 19:05:28 +0000 (20:05 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 26 Feb 2012 19:05:28 +0000 (20:05 +0100)
Makefile.am

index c6efbf61c0043c52b05812983da6287615cf1210..a59db293767d796cc8503ab128e38f05de49b4e9 100644 (file)
@@ -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; \