configure: Make documentation option work in fact

Also, now doxygen is mandatory for building the documentation (looks
reasonable because both man-pages and publican will need it).

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
Tiago Vignatti 2012-10-12 20:54:45 +03:00 committed by Kristian Høgsberg
parent 96a6ee58b9
commit 008760822b
2 changed files with 13 additions and 2 deletions

View file

@ -1,4 +1,8 @@
SUBDIRS = src protocol doc tests cursor
if BUILD_DOCS
doc_subdir = doc
endif
SUBDIRS = src protocol $(doc_subdir) tests cursor
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}