mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
The docs directory needs to be handled properly, e.g., create Makefile which nothing, when doxygen is not enabled. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
7 lines
194 B
Makefile
7 lines
194 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = m4/gnulib-cache.m4
|
|
SUBDIRS = doc lib src man tests contrib
|