[Makefile.am] Add doc back to SUBDIRS

This reverts cac2ea0fcd
We need doc in SUBDIRS to install docs even if gtk-doc is not available.
The real fix for the build issue without gtk-doc should go under doc/
and is coming in a followup commit.
This commit is contained in:
Behdad Esfahbod 2008-09-15 15:47:53 -04:00
parent e4753c82ff
commit b4bbcda1c3

View file

@ -3,11 +3,7 @@ include $(top_srcdir)/build/Makefile.am.common
ACLOCAL_AMFLAGS = -I build
DIST_SUBDIRS = src boilerplate test perf doc util
SUBDIRS = src
# gtk-doc is required for our documentation
if ENABLE_GTK_DOC
SUBDIRS += doc
endif
SUBDIRS = src doc
# libpng is required for our test programs
if CAIRO_HAS_PNG_FUNCTIONS
SUBDIRS += boilerplate test perf