diff options
Diffstat (limited to 'help')
-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 | ||||
-rw-r--r-- | help/ChangeLog | 3 | ||||
-rw-r--r-- | help/Makefile.am | 12 | ||||
-rw-r--r-- | help/zenity.omf.in | 11 |
6 files changed, 27 insertions, 42 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am deleted file mode 100644 index d935337..0000000 --- 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 1c0c646..0000000 --- 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 3b06c7d..c9147c0 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> diff --git a/help/ChangeLog b/help/ChangeLog new file mode 100644 index 0000000..a1ae0cc --- /dev/null +++ b/help/ChangeLog @@ -0,0 +1,3 @@ +2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org> + + * ChangeLog: added ChangeLog here. diff --git a/help/Makefile.am b/help/Makefile.am index df5070d..11b0105 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,3 +1,9 @@ -SUBDIRS = \ - C \ - sr +include $(top_srcdir)/gnome-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = zenity +DOC_ENTITIES = legal.xml +DOC_INCLUDES = +DOC_FIGURES = figures/zenity-calendar-screenshot.png figures/zenity-entry-screenshot.png figures/zenity-error-screenshot.png figures/zenity-fileselection-screenshot.png figures/zenity-information-screenshot.png figures/zenity-list-screenshot.png figures/zenity-notification-screenshot.png figures/zenity-progress-screenshot.png figures/zenity-question-screenshot.png figures/zenity-text-screenshot.png figures/zenity-warning-screenshot.png + +DOC_LINGUAS = diff --git a/help/zenity.omf.in b/help/zenity.omf.in new file mode 100644 index 0000000..6edd2d7 --- /dev/null +++ b/help/zenity.omf.in @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<omf> + <resource> + <subject category="GNOME|Desktop"/> + <type> + user's guide + </type> + <relation seriesid="1e4f989c-287a-11d7-84e2-b1f3b939ba73"/> + <rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/> + </resource> +</omf> |