aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2009-12-10 15:42:33 -0500
committerKen VanDine <ken.vandine@canonical.com>2009-12-10 15:42:33 -0500
commita634b49e7e3a4b11fade75cd2e65a2da89a5605a (patch)
treeb9335d86ce1fa385b1b91c25743c83b8c9baff74
parent7c04550d1e0f3b429101f50791efb49f8a1b8b36 (diff)
downloadayatana-indicator-application-a634b49e7e3a4b11fade75cd2e65a2da89a5605a.tar.gz
ayatana-indicator-application-a634b49e7e3a4b11fade75cd2e65a2da89a5605a.tar.bz2
ayatana-indicator-application-a634b49e7e3a4b11fade75cd2e65a2da89a5605a.zip
* debian/patches/clean_up_docs.patch
- Remove template values and set a proper title
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/clean_up_docs.patch21
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c7805cc..3c57fb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ indicator-application (0.0.3-0ubuntu1) karmic; urgency=low
- install the developer docs
* debian/rules
- enable-gtk-doc
+ * debian/patches/clean_up_docs.patch
+ - Remove template values and set a proper title
-- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 13:34:40 -0600
diff --git a/debian/patches/clean_up_docs.patch b/debian/patches/clean_up_docs.patch
new file mode 100644
index 0000000..0b054fe
--- /dev/null
+++ b/debian/patches/clean_up_docs.patch
@@ -0,0 +1,21 @@
+=== modified file 'docs/reference/libappindicator-docs.sgml'
+--- docs/reference/libappindicator-docs.sgml 2009-12-08 19:22:45 +0000
++++ docs/reference/libappindicator-docs.sgml 2009-12-10 20:40:50 +0000
+@@ -7,15 +7,10 @@
+ <book id="index">
+ <bookinfo>
+ <title>libappindicator Reference Manual</title>
+- <releaseinfo>
+- for libappindicator [VERSION]
+- The latest version of this documentation can be found on-line at
+- <ulink role="online-location" url="http://[SERVER]/libappindicator/index.html">http://[SERVER]/libappindicator/</ulink>.
+- </releaseinfo>
+ </bookinfo>
+
+ <chapter>
+- <title>[Insert title here]</title>
++ <title>Base Classes for Applications</title>
+ <xi:include href="xml/app-indicator.xml"/>
+
+ </chapter>
+