mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-22 05:34:12 -04:00
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:
parent
96a6ee58b9
commit
008760822b
2 changed files with 13 additions and 2 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue