diff options
author | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
commit | 65371f53dbb06180b750dad7c19e7bcf0f8651d6 (patch) | |
tree | 0b387d0a17207e13ce662da55970c97b50bc55db /docs | |
parent | 7dd02941b3647477dfe0cf8177c2eeff8bfe7b84 (diff) | |
download | pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.bz2 pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.xz |
drop Python plugins support and --enable-python build option
it requires PyGTK so won't even build with GTK+3
but keep plugins themselves for future porting to libpeas
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 0af28ea6..f52aba90 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -96,16 +96,6 @@ GTKDOC_LIBS= \ $(top_builddir)/pluma/libpluma.la \ $(PLUMA_LIBS) -if ENABLE_PYTHON -GTKDOC_CFLAGS += \ - $(NO_STRICT_ALIASING_CFLAGS) \ - $(PYGTK_CFLAGS) \ - $(PYTHON_CFLAGS) \ - $(AM_CFLAGS) -GTKDOC_LIBS += \ - $(top_builddir)/plugin-loaders/python/bindings/pluma.la -endif - # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make |