mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.1
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
74aef1c34e
commit
61b6acf2f5
52 changed files with 41412 additions and 9588 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue