mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
12 lines
359 B
Makefile
12 lines
359 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
man_MANS = dhcpd-pools.1
|
|
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)
|