diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-06 05:26:49 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-06 05:29:25 +0800 |
commit | 9ac17ac272eb0e08c54a44a7269add7de57a44ea (patch) | |
tree | 2d9428dd90a2571198e5633cf4aa10f6bf2fb2a9 /doc | |
parent | 8cc5c0f0ceca462741ece79b0ed6e43da878656f (diff) | |
download | gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.gz gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.tar.zst gsoc2013-epiphany-9ac17ac272eb0e08c54a44a7269add7de57a44ea.zip |
Remove Python support.
The supported language for extensions other than C/C++ is now
JavaScript through Seed.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 7743419cb..a67c05f10 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -139,14 +139,6 @@ GTKDOC_LIBS = \ $(DBUS_LIBS) \ $(LIBINTL) -if ENABLE_PYTHON -GTKDOC_LIBS += \ - $(top_builddir)/src/libpyphany.la \ - $(PYTHON_LIB_LOC) $(PYTHON_LIBS) \ - $(PYTHON_EXTRA_LIBS) \ - $(PYGTK_LIBS) -endif - if ENABLE_SEED GTKDOC_LIBS += \ $(SEED_LIBS) |