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
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ AS_IF([test x$enable_doxygen = xyes], [
|
|||
AC_CHECK_PROGS([DOXYGEN], [doxygen])
|
||||
AS_IF([test "x$DOXYGEN" = "x"],
|
||||
AC_MSG_ERROR([doxygen not in path]),
|
||||
AC_CONFIG_FILES([doc/Makefile doc/doxy.conf])
|
||||
AC_CONFIG_FILES([doc/doxy.conf])
|
||||
)
|
||||
|
||||
AC_CHECK_PROGS([DOXYGEN_DOT], [dot])
|
||||
|
|
@ -146,6 +146,7 @@ AC_CONFIG_FILES([
|
|||
man/Makefile
|
||||
man/dhcpd-pools.1
|
||||
tests/Makefile
|
||||
doc/Makefile
|
||||
contrib/Makefile
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue