From 6552d6b556a8b28378c917c8882894575c5f7969 Mon Sep 17 00:00:00 2001 From: Lucas Rocha Date: Mon, 25 Jul 2005 01:06:32 +0000 Subject: added gnome-doc-utils.make. added GNOME_DOC_INIT and removed 2005-07-24 Lucas Rocha * .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. --- help/C/Makefile.am | 7 ------- help/C/zenity-C.omf | 30 ------------------------------ help/C/zenity.xml | 6 ++++-- help/ChangeLog | 3 +++ help/Makefile.am | 12 +++++++++--- help/zenity.omf.in | 11 +++++++++++ 6 files changed, 27 insertions(+), 42 deletions(-) delete mode 100644 help/C/Makefile.am delete mode 100644 help/C/zenity-C.omf create mode 100644 help/ChangeLog create mode 100644 help/zenity.omf.in (limited to 'help') 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 @@ - - - - - Sun Java Desktop System Documentation Team - - - Sun Java Desktop System Documentation Team - - - Zenity - - - 2004-08-17 - - - - - User manual for the Zenity desktop application. - - - user's guide - - - - - - - - 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; - &author1; &author2; &publisher; - + Glynn Foster @@ -92,6 +91,9 @@ + + User manual for the Zenity desktop application. + diff --git a/help/ChangeLog b/help/ChangeLog new file mode 100644 index 00000000..a1ae0cce --- /dev/null +++ b/help/ChangeLog @@ -0,0 +1,3 @@ +2005-07-24 Lucas Rocha + + * ChangeLog: added ChangeLog here. diff --git a/help/Makefile.am b/help/Makefile.am index df5070d8..11b01059 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 00000000..6edd2d7c --- /dev/null +++ b/help/zenity.omf.in @@ -0,0 +1,11 @@ + + + + + + user's guide + + + + + -- cgit