Version 2.1

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2006-03-13 00:00:00 +02:00
parent 74aef1c34e
commit 61b6acf2f5
52 changed files with 41412 additions and 9588 deletions

View file

@ -1,5 +1,12 @@
## Process this file with automake to produce Makefile.in
man_MANS = dhcpd-pools.1
EXTRA_DIST = $(man_MANS)
HELP2MAN = help2man
noinst_SCRIPTS = $(HELP2MAN)
EXTRA_DIST = $(man_MANS) $(noinst_SCRIPTS) # $(man_aux)
dhcpd-pools.1: ../src/dhcpd-pools $(HELP2MAN)
$(PERL) $(HELP2MAN) --name="Friendly Greeting Program" ../src/dhcpd-pools >$@
MAINTAINERCLEANFILES = $(man_MANS)