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:
Sami Kerola 2013-01-15 20:24:58 +00:00
parent e50d0a7d38
commit 625c54d834
2 changed files with 3 additions and 6 deletions

View file

@ -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