From: Dmitry Eremin-Solenikov Date: Mon, 5 Nov 2018 13:37:02 +0000 (+0300) Subject: Makefile.am: drop manpages regeneration from dist-hook X-Git-Tag: gnutls_3_6_5~32^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b30bf38a04dc2eabcd830fc7972d4a1573c30aff;p=thirdparty%2Fgnutls.git Makefile.am: drop manpages regeneration from dist-hook There is no need anymore to regenerate tools manpages, they will be generated automatically from doc/manpages/Makefile.am. Signed-off-by: Dmitry Eremin-Solenikov --- diff --git a/Makefile.am b/Makefile.am index 0e51dcec6f..c0b44a1bc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,11 +171,6 @@ dist-hook: libopts-check symbol-check cd $(distdir)/src/ && for i in *.def;do \ if test x"$$i" = x"args-std.def";then continue; fi; \ autogen $$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/; \ done cd $(distdir)/src/ && for i in *-args.c *-args.h;do \ mv $$i $$i.bak; \