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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | help/Makefile.am | 12 |
1 files changed, 9 insertions, 3 deletions
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 = |