mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +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
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021-2022 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
|
@ -6,6 +6,9 @@ src_prepare() {
|
|||
rm bin/autoconf.in
|
||||
rm doc/standards.info
|
||||
|
||||
# Do not use pregenerated manpages
|
||||
sed -i '/SUBDIRS/s/ man//' Makefile.am
|
||||
|
||||
autoreconf-2.55 -f
|
||||
|
||||
# Install autoconf data files into versioned directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue