From: Nikos Mavrogiannopoulos Date: Sat, 11 Feb 2012 09:29:28 +0000 (+0100) Subject: do not generate .texi on make dist. X-Git-Tag: gnutls_3_0_13~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=465549df890b3e7f79dcffc189fff64f6ed030a5;p=thirdparty%2Fgnutls.git do not generate .texi on make dist. --- diff --git a/Makefile.am b/Makefile.am index e85f5969c2..dd4bf17fad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,11 +40,9 @@ dist-hook: sed 's/\@VERSION\@/$(VERSION)/g' -i $(distdir)/src/*.def cd $(distdir)/src/ && for i in *.def;do \ autogen $$i; \ - autogen -Tagtexi-cmd.tpl $$i; \ cp $$i $$i.tmp; \ sed -i 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $$i.tmp; \ autogen -Tagman-cmd.tpl $$i.tmp; \ rm -f $$i.tmp; \ mv -f *.1 ../doc/manpages/; \ - mv -f *.texi ../doc/; \ done