From 6b0620edf173bf36ccedbe205e24b90e00915c6b Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Mon, 2 Sep 2019 10:38:45 +0800 Subject: migrate from intltool to gettext --- Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bf21dc6f..db727eb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,16 @@ SUBDIRS = \ + po \ marco-themes \ icon-themes \ desktop-themes \ - cursor-themes \ - po + cursor-themes + +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = \ - autogen.sh \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in + autogen.sh -DISTCLEANFILES=intltool-extract intltool-merge intltool-update +DISTCLEANFILES= # Build ChangeLog from GIT history ChangeLog: -- cgit v1.2.1