diff options
author | Wu Xiaotian <[email protected]> | 2019-12-25 17:58:28 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-09 11:40:14 +0100 |
commit | b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4 (patch) | |
tree | 699e3fa9a88533a37cc364c28b8afbfc0f360973 /Makefile.am | |
parent | 42022afd3340fc97b8c0c8866f2cd6b1355dee34 (diff) | |
download | mate-applets-b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4.tar.bz2 mate-applets-b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4.tar.xz |
migrate from intltools to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index cf3866c2..e308d41d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,9 +70,6 @@ DISTCHECK_CONFIGURE_FLAGS = \ EXTRA_DIST = \ m4/ac-define-dir.m4 \ COPYING-DOCS \ - intltool-update.in \ - intltool-extract.in \ - intltool-merge.in \ xmldocs.make \ omf.make \ autogen.sh @@ -89,9 +86,7 @@ dist: ChangeLog ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -DISTCLEANFILES = intltool-extract \ - intltool-merge \ - intltool-update +DISTCLEANFILES = -include $(top_srcdir)/git.mk |