From 54bc484b7125c4617d840facc8c4efa6031aa6ce Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 6 Oct 2010 16:59:18 -0400 Subject: docs: Don't conditionalize on ENABLE_GTK_DOC OS vendors which compile from the part-binary "tarballs" which include e.g. pregenerated gtk-doc, they typically don't pass --enable-gtk-doc. So conditionalizing "make install" for docs on ENABLE_GTK_DOC won't work. This is the same as GTK+ and other projects currently work. --- docs/reference/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index bd1307bd..a573fdf4 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -44,7 +44,6 @@ HTML_IMAGES = \ FIXXREF_OPTIONS= # include common portion ... -if ENABLE_GTK_DOC include $(top_srcdir)/gtk-doc.make # Other files to distribute EXTRA_DIST += version.xml.in @@ -53,7 +52,6 @@ gtk-docs-clean: rm -fr html tmpl xml clean-local: gtk-docs-clean -endif ######################################################################## -- cgit v1.2.1