From 3324c2850b96cb99efb0c90cbf37e563a17f6f7b Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Fri, 10 May 2019 15:58:33 +0800 Subject: Migrate from intltool to gettext --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dca39343..6d4b415c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,11 @@ -SUBDIRS=src po doc +SUBDIRS = po src doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -EXTRA_DIST = autogen.sh HACKING rationales.txt \ - intltool-extract.in intltool-merge.in intltool-update.in +EXTRA_DIST = its autogen.sh HACKING rationales.txt -DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache +DISTCLEANFILES = po/stamp-it # Build ChangeLog from GIT history ChangeLog: -- cgit v1.2.1