From d59c859aec6a80f4d9ed1c28487952929d7f19e8 Mon Sep 17 00:00:00 2001 From: jacob berkman Date: Sun, 28 Oct 2001 16:34:24 +0000 Subject: version of gettextize which uses glib's po/Makefile.in.in and 2001-10-28 jacob berkman * glib-gettextize.in: version of gettextize which uses glib's po/Makefile.in.in and po2tbl.sed.in, and no longer copies in intl/ or installs ChangeLog entries in po/ChangeLog * configure.in (AC_OUTPUT): generate glib-gettextize * Makefile.am (bin_SCRIPTS): install glib-gettextize 2001-10-28 jacob berkman * Makefile.in.in: install Makefile.in.in and po2tbl.sed.in for use with glib-gettextize by other packages --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 435167ec6..f23a226d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = 1.4 SUBDIRS = . m4macros glib gobject gmodule gthread docs tests build po +bin_SCRIPTS = glib-gettextize + INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \ -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -- cgit v1.2.3