Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/C/Makefile.am9
-rw-r--r--help/C/evince-C.omf30
-rw-r--r--help/C/evince.xml5
-rw-r--r--help/ChangeLog5
-rw-r--r--help/Makefile.am10
-rw-r--r--help/evince.omf.in11
6 files changed, 29 insertions, 41 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
deleted file mode 100644
index 95d493a..0000000
--- a/help/C/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-figdir = figures
-docname = evince
-lang = C
-omffile = evince-C.omf
-entities = legal.xml
-include $(top_srcdir)/help/xmldocs.make
-dist-hook: app-dist-hook
-
-DISTCLEANFILES = evince-C.omf.out
diff --git a/help/C/evince-C.omf b/help/C/evince-C.omf
deleted file mode 100644
index 5c05e93..0000000
--- a/help/C/evince-C.omf
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<omf>
- <resource>
- <creator>
- docs@gnome.org (GDP)
- </creator>
- <maintainer>
- docs@gnome.org (GDP)
- </maintainer>
- <title>
- Evince Document Viewer Manual V1.0
- </title>
- <date>
- 2005-04-06
- </date>
- <version identifier="1.0" date="2005-04-06" description="User documentation for version 0.2"/>
- <subject category="GNOME|Applications|Graphics"/>
- <description>
- User manual for the Evince Document Viewer.
- </description>
- <type>
- user's guide
- </type>
- <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
- <identifier url="evince.xml"/>
- <language code="C"/>
- <relation seriesid="62118a88-a670-11d9-9d16-8c554140c753"/>
- <rights type="GNU FDL" license.version="1.1" holder="Nickolay V. Shmyrev"/>
- </resource>
-</omf>
diff --git a/help/C/evince.xml b/help/C/evince.xml
index c626a5c..556376a 100644
--- a/help/C/evince.xml
+++ b/help/C/evince.xml
@@ -23,6 +23,9 @@
<!-- appropriate code -->
<articleinfo>
<title>&appname; Manual V&manrevision;</title>
+ <abstract role="description">
+ <para>User manual for the Evince Document Viewer.</para>
+ </abstract>
<copyright>
<year>2005</year>
<holder>Nickolay V. Shmyrev</holder>
@@ -80,7 +83,7 @@
<revhistory>
<revision>
<revnumber>&appname; Manual V1.0</revnumber>
- <date>&date;</date>
+ <date>2005-04-06</date>
<revdescription>
<para role="author">Nickolay V. Shmyrev</para>
<para role="publisher">GNOME Documentation Project</para>
diff --git a/help/ChangeLog b/help/ChangeLog
new file mode 100644
index 0000000..764ac9f
--- /dev/null
+++ b/help/ChangeLog
@@ -0,0 +1,5 @@
+2005-07-23 Tommi Vainikainen <thv@iki.fi>
+
+ * Makefile.am, evince.omf.in, C/evince.xml: Migrated to use
+ gnome-doc-utils.
+ * C/Makefile.am, C/evince-C.omf: Removed in migration.
diff --git a/help/Makefile.am b/help/Makefile.am
index 42ffacc..3fac084 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1 +1,9 @@
-SUBDIRS = C
+include $(top_srcdir)/gnome-doc-utils.make
+dist-hook: doc-dist-hook
+
+DOC_MODULE = evince
+DOC_ENTITIES = legal.xml
+DOC_INCLUDES =
+DOC_FIGURES = figures/evince_start_window.png
+
+DOC_LINGUAS =
diff --git a/help/evince.omf.in b/help/evince.omf.in
new file mode 100644
index 0000000..b563866
--- /dev/null
+++ b/help/evince.omf.in
@@ -0,0 +1,11 @@
+<?xml version="1.0" standalone="no"?>
+<omf>
+ <resource>
+ <subject category="GNOME|Applications|Graphics"/>
+ <type>
+ user's guide
+ </type>
+ <relation seriesid="62118a88-a670-11d9-9d16-8c554140c753"/>
+ <rights type="GNU FDL" license.version="1.1" holder="Nickolay V. Shmyrev"/>
+ </resource>
+</omf>