summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-11-08 04:13:03 +0100
committerWilliam Jon McCann <jmccann@redhat.com>2010-11-14 10:52:45 -0500
commit3acf1c14e012f86d6a6f85a6467abf1f57ebd2dc (patch)
treed89af66b1529713e7bd840d3f345b76361d18434
parent560abf5c97fa1f9b4fbfb5ea1e53a5a5ec6f0097 (diff)
downloadlibnotify-3acf1c14e012f86d6a6f85a6467abf1f57ebd2dc.tar.gz
docs: Do not generate template files
As we use inline comments now https://bugzilla.gnome.org/show_bug.cgi?id=634266
-rw-r--r--configure.ac2
-rw-r--r--docs/reference/tmpl/.gitignore2
-rw-r--r--docs/reference/tmpl/libnotify-docs.sgml14
-rw-r--r--docs/reference/tmpl/libnotify-unused.sgml49
4 files changed, 1 insertions, 66 deletions
diff --git a/configure.ac b/configure.ac
index edd21ba..7ae326a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,7 +112,7 @@ dnl
dnl ################################################################
dnl # Set up gtk-doc
dnl ################################################################
-GTK_DOC_CHECK([1.4])
+GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
dnl ---------------------------------------------------------------------------
dnl - DocBook Documentation
diff --git a/docs/reference/tmpl/.gitignore b/docs/reference/tmpl/.gitignore
deleted file mode 100644
index 1caf072..0000000
--- a/docs/reference/tmpl/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-notification.sgml
-notify.sgml
diff --git a/docs/reference/tmpl/libnotify-docs.sgml b/docs/reference/tmpl/libnotify-docs.sgml
deleted file mode 100644
index 557f39c..0000000
--- a/docs/reference/tmpl/libnotify-docs.sgml
+++ /dev/null
@@ -1,14 +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">
-<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
- <bookinfo>
- <title>Libnotify Reference Manual</title>
- </bookinfo>
-
- <chapter id='libnotify'>
- <title>Libnotify</title>
- <xi:include href="xml/notify.xml"/>
- <xi:include href="xml/notification.xml"/>
- </chapter>
-</book>
diff --git a/docs/reference/tmpl/libnotify-unused.sgml b/docs/reference/tmpl/libnotify-unused.sgml
deleted file mode 100644
index f3ae995..0000000
--- a/docs/reference/tmpl/libnotify-unused.sgml
+++ /dev/null
@@ -1,49 +0,0 @@
-<!-- ##### ARG NotifyNotification:attach-widget ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### ARG NotifyNotification:status-icon ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION notify_notification_attach_to_status_icon ##### -->
-<para>
-
-</para>
-
-@notification:
-@status_icon:
-
-<!-- ##### FUNCTION notify_notification_attach_to_widget ##### -->
-<para>
-
-</para>
-
-@notification:
-@attach:
-
-<!-- ##### FUNCTION notify_notification_new_with_status_icon ##### -->
-<para>
-
-</para>
-
-@summary:
-@body:
-@icon:
-@status_icon:
-@Returns:
-
-<!-- ##### FUNCTION notify_notification_set_geometry_hints ##### -->
-<para>
-
-</para>
-
-@notification:
-@screen:
-@x:
-@y:
-