diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-21 02:26:32 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-21 02:26:32 +0800 |
commit | e99bb6f9e596bbc33cefdcae5da76802424504ab (patch) | |
tree | e025843443c95b8560605ebffd59a0093c0b2073 /docs/libempathy | |
parent | 3a1bca56854b66d288c875c86756ae913cb80e60 (diff) | |
download | gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.tar gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.tar.gz gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.tar.bz2 gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.tar.lz gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.tar.xz gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.tar.zst gsoc2013-empathy-e99bb6f9e596bbc33cefdcae5da76802424504ab.zip |
Stop building gtk-doc documentation. Closes bug #599087
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'docs/libempathy')
-rw-r--r-- | docs/libempathy/.gitignore | 6 | ||||
-rw-r--r-- | docs/libempathy/Makefile.am | 59 | ||||
-rw-r--r-- | docs/libempathy/libempathy-docs.sgml | 72 | ||||
-rw-r--r-- | docs/libempathy/libempathy.types | 41 | ||||
-rw-r--r-- | docs/libempathy/version.xml.in | 1 |
5 files changed, 0 insertions, 179 deletions
diff --git a/docs/libempathy/.gitignore b/docs/libempathy/.gitignore deleted file mode 100644 index 0a5b4cabb..000000000 --- a/docs/libempathy/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -libempathy.args -libempathy.hierarchy -libempathy.interfaces -libempathy.prerequisites -libempathy.signals - diff --git a/docs/libempathy/Makefile.am b/docs/libempathy/Makefile.am deleted file mode 100644 index 3c7b99eed..000000000 --- a/docs/libempathy/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -NULL = - -AUTOMAKE_OPTIONS = 1.6 - -# The name of the module. -DOC_MODULE=libempathy - -# The top-level SGML file. -DOC_MAIN_SGML_FILE=libempathy-docs.sgml - -# Extra options to supply to gtkdoc-scan -SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" - -# The directory containing the source code. Relative to $(srcdir) -DOC_SOURCE_DIR=$(top_srcdir)/libempathy - -HFILE_GLOB=$(top_srcdir)/libempathy/*.h -CFILE_GLOB=$(top_srcdir)/libempathy/*.c - -# Headers to ignore -IGNORE_HFILES= \ - empathy-filter-glue.h \ - empathy-debug.h \ - empathy-marshal.h \ - stamp-empathy-enum-types.h \ - empathy-chandler-glue.h \ - $(NULL) - -# CFLAGS and LDFLAGS for compiling scan program. Only needed -# if $(DOC_MODULE).types is non-empty. -GTKDOC_CFLAGS = \ - -I$(srcdir) \ - -I$(top_srcdir) \ - -I$(top_srcdir)/libempathy \ - -I$(top_builddir) \ - -I$(top_builddir)/libempathy \ - $(LIBEMPATHY_CFLAGS) \ - $(NULL) - -GTKDOC_LIBS = \ - $(top_builddir)/libempathy/libempathy.la \ - $(LIBEMPATHY_LIBS) \ - $(NULL) - -# Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS = --output-format=xml --sgml-mode - -# Images to copy into HTML directory -HTML_IMAGES = - -content_files = \ - version.xml - -extra_files = version.xml.in - -include $(top_srcdir)/gtk-doc.make - -EXTRA_DIST += \ - version.xml.in diff --git a/docs/libempathy/libempathy-docs.sgml b/docs/libempathy/libempathy-docs.sgml deleted file mode 100644 index 6465e23c5..000000000 --- a/docs/libempathy/libempathy-docs.sgml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" - "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ -<!ENTITY version SYSTEM "version.xml"> -]> -<book lang="en" id="libempathy" xmlns:xi="http://www.w3.org/2003/XInclude"> - <title>libempathy Reference Manual</title> - <bookinfo> - <title>libempathy Reference Manual</title> - <releaseinfo>for libempathy &version;</releaseinfo> - </bookinfo> - <part> - <title>libempathy Overview</title> - </part> - <part> - <title>API Reference</title> - <chapter id="libempathy_api"> - <title>libempathy API reference</title> - <xi:include href="xml/api-index-deprecated.xml"/> - <xi:include href="xml/api-index-full.xml"/> - <xi:include href="xml/empathy-account-manager.xml"/> - <xi:include href="xml/empathy-account-settings.xml"/> - <xi:include href="xml/empathy-account.xml"/> - <xi:include href="xml/empathy-call-factory.xml"/> - <xi:include href="xml/empathy-call-handler.xml"/> - <xi:include href="xml/empathy-chatroom-manager.xml"/> - <xi:include href="xml/empathy-chatroom.xml"/> - <xi:include href="xml/empathy-connection-managers.xml"/> - <xi:include href="xml/empathy-connectivity.xml"/> - <xi:include href="xml/empathy-contact-groups.xml"/> - <xi:include href="xml/empathy-contact-list.xml"/> - <xi:include href="xml/empathy-contact-manager.xml"/> - <xi:include href="xml/empathy-contact-monitor.xml"/> - <xi:include href="xml/empathy-contact.xml"/> - <xi:include href="xml/empathy-debugger.xml"/> - <xi:include href="xml/empathy-dispatcher.xml"/> - <xi:include href="xml/empathy-dispatch-operation.xml"/> - <xi:include href="xml/empathy-enum-types.xml"/> - <xi:include href="xml/empathy-ft-factory.xml"/> - <xi:include href="xml/empathy-ft-handler.xml"/> - <xi:include href="xml/empathy-idle.xml"/> - <xi:include href="xml/empathy-irc-network-manager.xml"/> - <xi:include href="xml/empathy-irc-network.xml"/> - <xi:include href="xml/empathy-irc-server.xml"/> - <xi:include href="xml/empathy-location.xml"/> - <xi:include href="xml/empathy-log-manager.xml"/> - <xi:include href="xml/empathy-log-store-empathy.xml"/> - <xi:include href="xml/empathy-log-store.xml"/> - <xi:include href="xml/empathy-message.xml"/> - <xi:include href="xml/empathy-status-presets.xml"/> - <xi:include href="xml/empathy-time.xml"/> - <xi:include href="xml/empathy-tp-call.xml"/> - <xi:include href="xml/empathy-tp-chat.xml"/> - <xi:include href="xml/empathy-tp-contact-factory.xml"/> - <xi:include href="xml/empathy-tp-contact-list.xml"/> - <xi:include href="xml/empathy-tp-file.xml"/> - <xi:include href="xml/empathy-tp-roomlist.xml"/> - <xi:include href="xml/empathy-tube-handler.xml"/> - <xi:include href="xml/empathy-types.xml"/> - <xi:include href="xml/empathy-utils.xml"/> - </chapter> - </part> - - <chapter id="libempathy-hierarchy"> - <title>Object Hierarchy</title> - <xi:include href="xml/tree_index.sgml"/> - </chapter> - - <index> - <title id="index-all">Index</title> - </index> -</book> diff --git a/docs/libempathy/libempathy.types b/docs/libempathy/libempathy.types deleted file mode 100644 index 0ddb7f5bc..000000000 --- a/docs/libempathy/libempathy.types +++ /dev/null @@ -1,41 +0,0 @@ -empathy_account_get_type -empathy_account_manager_get_type -empathy_account_settings_get_type -empathy_call_factory_get_type -empathy_call_handler_get_type -empathy_chatroom_get_type -empathy_chatroom_manager_get_type -empathy_connection_managers_get_type -empathy_connectivity_get_type -empathy_contact_get_type -empathy_avatar_get_type -empathy_contact_list_get_type -empathy_contact_manager_get_type -empathy_contact_monitor_get_type -empathy_debugger_get_type -empathy_dispatcher_get_type -empathy_dispatch_operation_get_type -empathy_capabilities_get_type -empathy_contact_list_flags_get_type -empathy_debug_flags_get_type -empathy_dispatch_operation_state_get_type -empathy_tp_call_status_get_type -empathy_ft_error_enum_get_type -empathy_ft_factory_get_type -empathy_ft_handler_get_type -empathy_idle_get_type -empathy_irc_network_get_type -empathy_irc_network_manager_get_type -empathy_irc_server_get_type -empathy_log_manager_get_type -empathy_log_store_empathy_get_type -empathy_log_store_get_type -empathy_message_get_type -empathy_tp_call_get_type -empathy_tp_chat_get_type -empathy_tp_contact_factory_get_type -empathy_tp_contact_list_get_type -empathy_tp_file_get_type -empathy_tp_roomlist_get_type -empathy_tube_handler_get_type - diff --git a/docs/libempathy/version.xml.in b/docs/libempathy/version.xml.in deleted file mode 100644 index d78bda934..000000000 --- a/docs/libempathy/version.xml.in +++ /dev/null @@ -1 +0,0 @@ -@VERSION@ |