diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 16:59:21 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 16:59:21 -0600 |
commit | 9ef452b99d43fc2566801cb0755651e684470361 (patch) | |
tree | 5379e07073f3ccd7803255348b105222e5a5c4df /debian/patches | |
parent | e44eaf4d1203569cb3995a9a71d2c8c4f6c8407f (diff) | |
parent | ff35c76b57fe278dcdd160995eb1157dc2c75f27 (diff) | |
download | libayatana-appindicator-9ef452b99d43fc2566801cb0755651e684470361.tar.gz libayatana-appindicator-9ef452b99d43fc2566801cb0755651e684470361.tar.bz2 libayatana-appindicator-9ef452b99d43fc2566801cb0755651e684470361.zip |
Merging in Ken's fixes.
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/clean_up_docs.patch | 21 |
1 files changed, 21 insertions, 0 deletions
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> + |