mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
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:
parent
4a1730da29
commit
9b5c6ca3a1
18 changed files with 43 additions and 166 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue