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
|
|
@ -3,7 +3,8 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/standards.info
|
||||
rm doc/standards.info man/*.1
|
||||
|
||||
autoreconf-2.61 -f
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue