summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2010-06-13 09:29:25 -0700
committerGarrett Regier <alias301@gmail.com>2010-06-13 09:30:01 -0700
commit48a36b0c456e9704a2253d33f3a7dfded86af2ef (patch)
treeec0acffc09c07e3878829a7a99419984ad515d53 /docs
parenta2fdaefbe99fb787efb31d6e0a66a36f8a2d0eec (diff)
downloadgedit-48a36b0c456e9704a2253d33f3a7dfded86af2ef.tar.gz
Disabled python plugin support
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f23162e11..5f5083081 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -67,9 +67,7 @@ IGNORE_HFILES= \
# These files are not part of gedit but were copied into it for some reason.
# Do not parse them to make the docs.
IGNORE_HFILES += \
- bacon-message-connection.h \
- gedittextregion.h \
- sexy-icon-entry.h
+ gedittextregion.h
# Images to copy into HTML directory.
HTML_IMAGES=
@@ -97,16 +95,6 @@ GTKDOC_LIBS= \
$(top_builddir)/gedit/libgedit.la \
$(GEDIT_LIBS)
-if ENABLE_PYTHON
-GTKDOC_CFLAGS += \
- $(NO_STRICT_ALIASING_CFLAGS) \
- $(PYGTK_CFLAGS) \
- $(PYTHON_CFLAGS) \
- $(AM_CFLAGS)
-GTKDOC_LIBS += \
- $(top_builddir)/plugin-loaders/python/bindings/gedit.la
-endif
-
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make