From 8f91804245b73be22f6d21a8b52b468fac282b73 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Thu, 16 May 2019 14:32:26 +0800 Subject: migrate from intltool to gettext --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a802529..43f22ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = \ + po \ egg \ mate-session \ capplet \ tools \ data \ - doc \ - po + doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} @@ -28,7 +28,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/missing \ $(srcdir)/mkinstalldirs \ $(srcdir)/configure \ - $(srcdir)/m4/intltool.m4 \ `find "$(srcdir)" -type f -name Makefile.in -print` # Build ChangeLog from GIT history -- cgit v1.2.1