diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2018-11-05 16:37:02 +0300 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2018-11-10 00:24:31 +0300 |
commit | b30bf38a04dc2eabcd830fc7972d4a1573c30aff (patch) | |
tree | 33be9b01fdff05ac81a3cdfbdfc9e6df6d1ff4c3 /Makefile.am | |
parent | 3fb2397f0d9509ae4ca9c801d2aaf396c726d13b (diff) | |
download | gnutls-b30bf38a04dc2eabcd830fc7972d4a1573c30aff.tar.gz |
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 <dbaryshkov@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
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; \ |