mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 12:48:20 +12:00
* Makefile (manpages): New target.
(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.
This commit is contained in:
8
Makefile
8
Makefile
@ -2,6 +2,14 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user