mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
docs: fix doxygen make distcheck breakage
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>
This commit is contained in:
parent
e50d0a7d38
commit
625c54d834
2 changed files with 3 additions and 6 deletions
|
|
@ -4,8 +4,4 @@ AUTOMAKE_OPTIONS = gnu
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
EXTRA_DIST = m4/gnulib-cache.m4
|
||||
SUBDIRS = lib src man tests contrib
|
||||
|
||||
if ENABLE_DOXYGEN
|
||||
SUBDIRS += doc
|
||||
endif
|
||||
SUBDIRS = doc lib src man tests contrib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue