mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Add nice autogenerated manual page.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
SHELL = /bin/sh
|
||||
MAKE = make
|
||||
|
||||
all : configures src/config.h.in
|
||||
all : configures src/config.h.in doc/gperf.1
|
||||
|
||||
CONFIGURES = configure lib/configure src/configure tests/configure doc/configure
|
||||
|
||||
@@ -31,5 +31,8 @@ check-configures : $(CONFIGURES)
|
||||
src/config.h.in : src/configure.in aclocal.m4
|
||||
cd src && autoheader -l ..
|
||||
|
||||
doc/gperf.1 : force
|
||||
prog=`PATH=build/src:src:$$PATH which gperf`; if test -n "$$prog"; then doc/help2man --name='generate a perfect hash function from a key set' --section=1 $$prog > doc/gperf.1; fi
|
||||
|
||||
force :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user