[ghex] Fix gnome-doc-utils support



commit 2ba99381155bb67f098967de2aad62d11980b85e
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Feb 7 19:21:44 2010 +0100

    Fix gnome-doc-utils support

 help/C/ghex2.xml  |   22 +++++++++++++++-------
 help/Makefile.am  |    4 ++--
 help/ghex.omf.in  |   23 -----------------------
 help/ghex2.omf.in |    9 +++++++++
 4 files changed, 26 insertions(+), 32 deletions(-)
---
diff --git a/help/C/ghex2.xml b/help/C/ghex2.xml
index b1ccfcc..328c44e 100644
--- a/help/C/ghex2.xml
+++ b/help/C/ghex2.xml
@@ -1,10 +1,9 @@
 <?xml version="1.0"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
-  <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "2.5.2">
+  <!ENTITY appversion "2.19">
   <!ENTITY manrevision "2.5">
-  <!ENTITY date "March 2004">
+  <!ENTITY date "December 2005">
   <!ENTITY app "GHex">
 ]>
 
@@ -21,7 +20,16 @@
 <!-- please do not change the id; for translations, change lang to -->
 <!-- appropriate code -->
   <articleinfo> 
-    <title>&app; Manual V&manrevision;</title>       
+    <title>User manual for &app;</title>
+
+    <abstract role="description">
+      &app; is a simple binary editor. It lets users view and edit a binary
+      file in both hex and ascii with a multiple level undo/redo mechanism.
+      Features include find and replace functions, conversion between binary,
+      octal, decimal and hexadecimal values, and use of an alternative,
+      user-configurable MDI concept that lets users edit multiple documents
+      with multiple views of each.
+    </abstract>
 
     <copyright> 
       <year>2002</year> 
@@ -40,12 +48,12 @@
   	</copyright>
    	-->
 
-    <publisher> 
+    <publisher role="maintainer">
       <publishername> GNOME Documentation Project </publishername> 
     </publisher> 
 
-   &legal;
-   <!-- This file  contains link to license for the documentation (GNU FDL), and 
+    <xi:include href="legal.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+    <!-- This file  contains link to license for the documentation (GNU FDL), and
         other legal stuff such as "NO WARRANTY" statement. Please do not change 
 	any of this. -->
 
diff --git a/help/Makefile.am b/help/Makefile.am
index 6289dad..eef22e9 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -2,8 +2,8 @@ include $(top_srcdir)/gnome-doc-utils.make
 dist-hook: doc-dist-hook
 
 DOC_MODULE = ghex2
-DOC_ENTITIES = legal.xml
-DOC_INCLUDES =
+DOC_ENTITIES =
+DOC_INCLUDES = legal.xml
 DOC_FIGURES =	\
 	figures/ghex_window_empty.png	\
 	figures/ghex_window_open.png
diff --git a/help/ghex2.omf.in b/help/ghex2.omf.in
new file mode 100644
index 0000000..52eb46e
--- /dev/null
+++ b/help/ghex2.omf.in
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<omf>
+  <resource>
+    <subject category="GNOME|Development"/>
+    <type>manual</type>
+    <relation seriesid="62118a88-a670-11d9-9d16-8c554140c753"/>
+    <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]