1
0
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:
Bruno Haible
2000-08-20 13:14:18 +00:00
parent b7b6ced2b0
commit ca7835bc49
4 changed files with 705 additions and 20 deletions

View File

@@ -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 :