summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordobey <>2004-11-04 15:59:39 +0000
committerdobey <>2004-11-04 15:59:39 +0000
commit08c081a024a800f35bae4abb077cced13acc1861 (patch)
treee7c34910c2b4932215082e74e0145f6c1c1287a3 /Makefile.am
parent13b2241974c8572b7cace467c4061b6f44906ace (diff)
downloadintltool-08c081a024a800f35bae4abb077cced13acc1861.tar.gz
2004-11-04 Rodney Dawes <dobey@novell.com>
* Makefile.am: Remove all of the xml-i18n-tools bits as they are no longer used, and looking at the code, don't work anyway * xml-i18n-po-Makefile.in.in-patch-?: * xml-i18n-toolize.in: * xml-i18n-tools.m4: Remove all these files from CVS as they are no longer used and didn't work anyway, since they used scripts that no longer existed
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index d641a55..4fedced 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,11 +4,10 @@ SUBDIRS = tests doc doc-i18n-tool
NULL =
-aclocal_macros = intltool.m4 xml-i18n-tools.m4
+aclocal_macros = intltool.m4
CLEANFILES = \
intltoolize \
- xml-i18n-toolize \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
@@ -19,7 +18,7 @@ CLEANFILES = \
*.gz \
$(NULL)
-# These are required by intltoolize and xml-i18n-toolize.
+# These are required by intltoolize and
pkgdata_DATA = \
Makefile.in.in \
intltool-extract.in \
@@ -35,7 +34,6 @@ aclocal_DATA = $(aclocal_macros)
bin_SCRIPTS = \
intltoolize \
- xml-i18n-toolize \
intltool-update \
intltool-merge \
intltool-extract \
@@ -45,7 +43,6 @@ bin_SCRIPTS = \
EXTRA_DIST = \
$(aclocal_macros) \
intltoolize.in \
- xml-i18n-toolize.in \
intltool-extract.in.in \
intltool-merge.in.in \
intltool-update.in.in \