summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2008-09-01 20:44:04 +0000
committerClaudio Saavedra <csaavedra@src.gnome.org>2008-09-01 20:44:04 +0000
commit6262bef0d9445aae657a50b3fbedac909a796152 (patch)
treebe6bfccb6847bcd0037f1b910dc4b238b354b899 /doc
parent2b14a48ac7289e885d328ed55058cc56685b20b3 (diff)
downloadeog-6262bef0d9445aae657a50b3fbedac909a796152.tar.gz
Remove EogModule and EogPythonModule from documentation. It is not
2008-09-01 Claudio Saavedra <csaavedra@igalia.com> * doc/reference/Makefile.am: * doc/reference/eog-docs.sgml: * doc/reference/eog.types: Remove EogModule and EogPythonModule from documentation. It is not supposed to be used by plugin developers and it's breaking the build if python is not installed. Fixes bug #547466 (Tom Parker). svn path=/trunk/; revision=4715
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am4
-rw-r--r--doc/reference/eog-docs.sgml2
-rw-r--r--doc/reference/eog.types2
3 files changed, 3 insertions, 5 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 1d0063a1..e25ce0ff 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -53,7 +53,9 @@ IGNORE_HFILES= \
eog-image-jpeg.h \
eog-marshal.h \
eog-application-service.h \
- eog-enum-types.h
+ eog-enum-types.h \
+ eog-module.h \
+ eog-python-module.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
diff --git a/doc/reference/eog-docs.sgml b/doc/reference/eog-docs.sgml
index 486db447..97996a02 100644
--- a/doc/reference/eog-docs.sgml
+++ b/doc/reference/eog-docs.sgml
@@ -58,8 +58,6 @@
<chapter>
<title>Plugins</title>
- <xi:include href="xml/eog-python-module.xml"/>
- <xi:include href="xml/eog-module.xml"/>
<xi:include href="xml/eog-plugin.xml"/>
<xi:include href="xml/eog-plugin-manager.xml"/>
<xi:include href="xml/eog-plugin-engine.xml"/>
diff --git a/doc/reference/eog.types b/doc/reference/eog.types
index cebd5b50..d47791f9 100644
--- a/doc/reference/eog.types
+++ b/doc/reference/eog.types
@@ -1,12 +1,10 @@
eog_image_get_type
eog_preferences_dialog_get_type
-eog_python_module_get_type
eog_list_store_get_type
eog_print_preview_get_type
eog_transform_get_type
eog_file_chooser_get_type
eog_metadata_reader_get_type
-eog_module_get_type
eog_properties_dialog_get_type
eog_job_get_type
eog_job_thumbnail_get_type