summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@cvs.gnome.org>2005-07-25 01:06:32 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-07-25 01:06:32 +0000
commit6552d6b556a8b28378c917c8882894575c5f7969 (patch)
tree7446273ee999351adea39313b8f6937a1b7db859 /configure.in
parent1092875bfed9e9c6ed61a81590647d29ce0fb95b (diff)
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 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f9e5c9f..eb7e2c2 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,8 @@ AC_INIT(src)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(zenity, 2.11.2)
+GNOME_DOC_INIT
+
AM_MAINTAINER_MODE
AC_PROG_INTLTOOL([0.29])
@@ -93,6 +95,4 @@ src/Makefile
src/gdialog
data/Makefile
help/Makefile
-help/C/Makefile
-help/sr/Makefile
])