[gobject-introspection] docs: Don't conditionalize on ENABLE_GTK_DOC



commit 54bc484b7125c4617d840facc8c4efa6031aa6ce
Author: Colin Walters <walters verbum org>
Date:   Wed Oct 6 16:59:18 2010 -0400

    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 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index bd1307b..a573fdf 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
 
 ########################################################################
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]