From b4bbcda1c31d10d199db86170bcf924947e59ff2 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 Sep 2008 15:47:53 -0400 Subject: [PATCH] [Makefile.am] Add doc back to SUBDIRS This reverts cac2ea0fcda2222f36ebd3414f91302dad691b85 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. --- Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 13c1862d0..48ac8551f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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