[gnome-color-manager] Fix the help file installation so that yelp recognises our help file



commit ef84a7c5dca50e40bfaf38b6c884c8c86983f334
Author: Richard Hughes <richard hughsie com>
Date:   Wed Dec 9 12:46:33 2009 +0000

    Fix the help file installation so that yelp recognises our help file

 .gitignore                          |    3 ++
 contrib/gnome-color-manager.spec.in |    2 +-
 help/.gitignore                     |    2 +
 help/gnome-color-manager-C.omf      |   22 --------------------
 help/gnome-color-manager.omf.in     |   37 +++++++++++++++++++++++++++++++++++
 5 files changed, 43 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54f6f0e..f6bfac2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,4 +26,7 @@ test
 *.make
 mkinstalldirs
 NEWS.new*
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
 
diff --git a/contrib/gnome-color-manager.spec.in b/contrib/gnome-color-manager.spec.in
index 3563b1e..94a4d52 100644
--- a/contrib/gnome-color-manager.spec.in
+++ b/contrib/gnome-color-manager.spec.in
@@ -114,7 +114,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_datadir}/gnome-color-manager/gcm-*.ui
 %{_datadir}/man/man1/*.1.gz
 %{_datadir}/gnome/help/gnome-color-manager
-#%{_datadir}/omf/gnome-color-manager
+%{_datadir}/omf/gnome-color-manager
 %{_datadir}/icons/hicolor/*/*/*.png
 %{_datadir}/icons/hicolor/scalable/*/*.svg*
 %config(noreplace) %{_sysconfdir}/gconf/schemas/*.schemas
diff --git a/help/.gitignore b/help/.gitignore
new file mode 100644
index 0000000..b2752aa
--- /dev/null
+++ b/help/.gitignore
@@ -0,0 +1,2 @@
+gnome-color-manager-*.omf
+
diff --git a/help/gnome-color-manager.omf.in b/help/gnome-color-manager.omf.in
new file mode 100644
index 0000000..5f01a56
--- /dev/null
+++ b/help/gnome-color-manager.omf.in
@@ -0,0 +1,37 @@
+<?xml version="1.0" standalone="no"?>
+<omf>
+  <resource>
+    <title>GNOME Color Manager Manual</title>
+    <date>2009-12-09</date>
+    <versionGroup>
+      <version>
+        <id>2.29.1</id>
+        <date>2009-12-09</date>
+        <description>2.29.1</description>
+      </version>
+    </versionGroup>
+    <creator>
+      <person>
+        <firstName>Richard</firstName>
+        <lastName>Hughes</lastName>
+        <email>richard hughsie com</email>
+      </person>
+    </creator>
+    <maintainer>
+      <person>
+        <firstName>Richard</firstName>
+        <lastName>Hughes</lastName>
+        <email>richard hughsie com</email>
+      </person>
+    </maintainer>
+    <subject category="GNOME|System"/>
+    <date>2009-12-09</date>
+    <type>user's guide</type>
+    <description>
+      User manual for the GNOME Color Manager tools
+    </description>
+    <relation seriesid="0d92e6f8-b705-a00a-c658-8847ad23b5e9e0"/>
+    <language code="C"/>
+    <rights type="GNU FDL" license.version="1.1" holder="Richard Hughes"/>
+  </resource>
+</omf>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]