Do not install pre-generated manpages.

Also remove redundant autotools stages.

Early manpages in autoconf 2.52-2.59 are removed from output.
Later ones are regenerated with help2man.

Fixes #182
This commit is contained in:
Andrius Štikonas 2022-06-12 17:36:00 +01:00
parent 4a1730da29
commit 9b5c6ca3a1
18 changed files with 43 additions and 166 deletions

View file

@ -6,6 +6,10 @@ src_prepare() {
rm doc/standards.info doc/autoconf.info
rm -- Makefile.in */Makefile.in
rm configure
# Do not use pregenerated manpages
sed -i '/SUBDIRS/s/ man//' Makefile.am
autoconf-2.52
automake-1.4