mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00

(doc/config.guess.1): Build man page with help2man. (doc/config.sub.1): Likewise. * doc/config.guess.x: Copied from Autoconf tree. * doc/config.guess.1: Generate. * doc/config.sub.1: Likewise.
18 lines
396 B
Makefile
18 lines
396 B
Makefile
all:
|
|
|
|
check: check-guess check-sub
|
|
|
|
manpages: doc/config.guess.1 doc/config.sub.1
|
|
|
|
doc/config.guess.1:
|
|
help2man -N --include=doc/config.guess.x --output=$@ ./config.guess
|
|
|
|
doc/config.sub.1:
|
|
help2man -N --name "validate and canonicalize a configuration triplet" --output=$@ ./config.sub
|
|
|
|
check-guess:
|
|
cd testsuite && sh config-guess.sh && rm uname
|
|
|
|
check-sub:
|
|
cd testsuite && sh config-sub.sh
|