diff options
author | Colin Walters <walters@verbum.org> | 2010-10-06 16:59:18 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-10-06 16:59:18 -0400 |
commit | 54bc484b7125c4617d840facc8c4efa6031aa6ce (patch) | |
tree | 4f6cd50a6be2df43005c9216034d12e6f942ab1f /docs | |
parent | 829633992db2bd11a781b12fa0040a3ac1d19f43 (diff) | |
download | gobject-introspection-54bc484b7125c4617d840facc8c4efa6031aa6ce.tar.gz |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | 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 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 ######################################################################## |