From 26b2e261d06b16e602e42bd4ae1821494f019121 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Tue, 24 Dec 2019 12:32:11 +0800 Subject: migrate from intltool to gettext --- Makefile.am | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5224c9a..7ebbd48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,17 +30,9 @@ if ENABLE_XATTR_TAGS SUBDIRS += xattr-tags endif -EXTRA_DIST = \ - autogen.sh \ - intltool-extract.in \ - intltool-update.in \ - intltool-merge.in - -DISTCLEANFILES = \ - intltool-extract \ - intltool-update \ - intltool-merge \ - po/.intltool-merge-cache +EXTRA_DIST = autogen.sh + +DISTCLEANFILES = DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ -- cgit v1.2.1