From 6d06f132d36a531885ae5fbe38be30c08ba4360c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 18 Jan 2003 19:19:20 +0000 Subject: [PATCH] Enable help documentation in the build. 2003-01-18 Glynn Foster * Makefile.am, configure.in, omf.make, xmldocs.make: Enable help documentation in the build. * help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors. --- ChangeLog | 7 ++++ Makefile.am | 5 ++- configure.in | 14 ++++--- help/C/zenity-C.omf | 4 +- help/C/zenity.xml | 8 ++-- omf.make | 53 +++++++++++++++++++++++++ xmldocs.make | 95 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 173 insertions(+), 13 deletions(-) create mode 100644 omf.make create mode 100644 xmldocs.make diff --git a/ChangeLog b/ChangeLog index f192d4a..0f28701 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-01-18 Glynn Foster + + * Makefile.am, configure.in, omf.make, xmldocs.make: Enable + help documentation in the build. + + * help/C/zenity-C.omf, help/C/zenity.xml: Fix up silly errors. + 2003-01-18 Glynn Foster * help/C/zenity.xml: Add in references to the screenshots. diff --git a/Makefile.am b/Makefile.am index 2cb5ad7..f339c66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,15 @@ SUBDIRS = \ src \ po \ - data + data \ + help EXTRA_DIST = \ intltool-extract.in \ intltool-merge.in \ intltool-update.in \ + omf.make \ + xmldocs.make \ COPYING \ HACKING \ ChangeLog \ diff --git a/configure.in b/configure.in index 52668c5..6bffeab 100644 --- a/configure.in +++ b/configure.in @@ -30,13 +30,13 @@ AC_SUBST(ZENITY_LIBS) AC_CHECK_LIB(popt, poptHelpOptions,, AC_MSG_ERROR([popt is required to build script.])) dnl *********************************************** -dnl scrollkeeper checks - don't use these currently +dnl scrollkeeper checks dnl *********************************************** -dnl -dnl AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) -dnl if test x$SCROLLKEEPER_CONFIG = xno; then -dnl AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) -dnl fi + +AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no) +if test x$SCROLLKEEPER_CONFIG = xno; then + AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package) +fi dnl ******************************* dnl Internationalization @@ -68,4 +68,6 @@ Makefile po/Makefile.in src/Makefile data/Makefile +help/Makefile +help/C/Makefile ]) diff --git a/help/C/zenity-C.omf b/help/C/zenity-C.omf index ecc2882..a36c518 100644 --- a/help/C/zenity-C.omf +++ b/help/C/zenity-C.omf @@ -2,11 +2,11 @@ - Glynn Foster + Glynn Foster <glynn.foster@sun.com> - Glynn Foster + Glynn Foster <glynn.foster@sun.com>