diff options
author | Lucas Rocha <lucasr@cvs.gnome.org> | 2005-07-25 01:06:32 +0000 |
---|---|---|
committer | Lucas Almeida Rocha <lucasr@src.gnome.org> | 2005-07-25 01:06:32 +0000 |
commit | 6552d6b556a8b28378c917c8882894575c5f7969 (patch) | |
tree | 7446273ee999351adea39313b8f6937a1b7db859 /help/C | |
parent | Updated Finnish translation (diff) | |
download | zenity-6552d6b556a8b28378c917c8882894575c5f7969.tar.gz zenity-6552d6b556a8b28378c917c8882894575c5f7969.tar.bz2 zenity-6552d6b556a8b28378c917c8882894575c5f7969.zip |
added gnome-doc-utils.make. added GNOME_DOC_INIT and removed
2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org>
* .cvsignore: added gnome-doc-utils.make.
* configure.in: added GNOME_DOC_INIT and
removed help/C/Makefile and help/sr/Makefile
from AC_OUTPUT.
* Makefile.am: added gnome-doc-utils.make to
EXTRA_DIST and DISTCLEANFILES. Added
DISTCHECK_CONFIGURE_FLAGS.
* help/Makefile.am: migration to gnome-doc-utils.
* help/zenity.omf.in: new OMF file to be used by
gnome-doc-utils.
* help/C/Makefile.am, help/C/zenity-C.omf: No
longer needed. Removed.
* help/C/zenity.xml: updates to be gnome-doc-utils
compliant.
* help/ChangeLog: new ChangeLog to keep track
of doc updates.
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/Makefile.am | 7 | ||||
-rw-r--r-- | help/C/zenity-C.omf | 30 | ||||
-rw-r--r-- | help/C/zenity.xml | 6 |
3 files changed, 4 insertions, 39 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am deleted file mode 100644 index d935337a..00000000 --- a/help/C/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -figdir = figures -docname = zenity -lang = C -omffile = zenity-C.omf -entities = legal.xml -include $(top_srcdir)/xmldocs.make -dist-hook: app-dist-hook diff --git a/help/C/zenity-C.omf b/help/C/zenity-C.omf deleted file mode 100644 index 1c0c646a..00000000 --- a/help/C/zenity-C.omf +++ /dev/null @@ -1,30 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<omf> - <resource> - <creator> - Sun Java Desktop System Documentation Team - </creator> - <maintainer> - Sun Java Desktop System Documentation Team - </maintainer> - <title> - Zenity - </title> - <date> - 2004-08-17 - </date> - <version identifier="2.0" date="2004-08-17" description="Updated for Sun Java Desktop System Release 3, program version 2.6.0"/> - <subject category="GNOME|Desktop"/> - <description> - User manual for the Zenity desktop application. - </description> - <type> - user's guide - </type> - <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/> - <identifier url="zenity.xml"/> - <language code="C"/> - <relation seriesid="1e4f989c-287a-11d7-84e2-b1f3b939ba73"/> - <rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/> - </resource> -</omf> diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 3b06c7d5..c9147c0e 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -38,14 +38,13 @@ &legal; - <authorgroup> <author> <firstname>&author1;</firstname> <surname>&author2;</surname> <affiliation><orgname>&publisher;</orgname></affiliation> </author> - <author> + <author role="maintainer"> <firstname>Glynn</firstname> <surname>Foster</surname> <affiliation> @@ -92,6 +91,9 @@ <!-- Translators may also add here feedback address for translations --> </legalnotice> + <abstract role="description"> + <para>User manual for the Zenity desktop application.</para> + </abstract> </articleinfo> <indexterm> |