diff options
author | Wu Xiaotian <[email protected]> | 2019-12-25 13:30:24 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2020-01-05 13:56:24 +0100 |
commit | 5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a (patch) | |
tree | 7c93bc1ff5809468ccfb80983c1e7ce49df33e3e /Makefile.am | |
parent | 66c9f25ba4db120a2ede11d5cc56952ecfcadcda (diff) | |
download | mate-netbook-5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a.tar.bz2 mate-netbook-5a0d1fa2dcf6dc972f17b4c443d321c25e39c68a.tar.xz |
migrate from intltools to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 885dd70..ec4ff04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,8 +5,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ CFLAGS='-Wno-deprecated-declarations' -EXTRA_DIST = autogen.sh intltool-merge.in intltool-extract.in intltool-update.in -DISTCLEANFILES = intltool-merge intltool-update intltool-extract +EXTRA_DIST = autogen.sh +DISTCLEANFILES = MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing |