summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormstachow <>2001-01-09 08:46:09 +0000
committermstachow <>2001-01-09 08:46:09 +0000
commit242b4b8baeb8bee9992a24aba280fc7698acc4a4 (patch)
tree6d0675cfa1315d60223c14073281112d20f9769a /Makefile.am
parentcfd5ff405deebf85095e21cc7ffc613b7c90f20d (diff)
downloadintltool-242b4b8baeb8bee9992a24aba280fc7698acc4a4.tar.gz
Fix bug 5454 (Translators have to run ./autogen.sh in each module
they work on). * Makefile.am: Install xml-i18n-update and xml-i18n-extract, so translators can update their po file without doing an autogen.sh, by doing `xml-i18n-update <lang>' with the xml-i18n-tools package installed. * xml-i18n-update.in: Translators have to run ./autogen.sh in each module they work on. Find installed xml-i18n-extract as well as the one in the source tree, for purposes of running on non-autogen'd modules.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fbf1bd0..3739a08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ pkgdata_DATA = xml-i18n-tools.Makefile.patch
aclocal_DATA = $(aclocal_macros)
# The xml-i18n-tools distributor.
-bin_SCRIPTS = xml-i18n-toolize
+bin_SCRIPTS = xml-i18n-toolize xml-i18n-update xml-i18n-extract
EXTRA_DIST = \
$(aclocal_macros) \