From bce4817d3c2ddc150582db8451f3d92a5a2df5da Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Tue, 15 Oct 2019 14:11:46 +0800 Subject: migrate from intltool to gettext --- Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c123520..e710273 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,9 +10,9 @@ DISTCHECK_CONFIGURE_FLAGS = \ CFLAGS='-Wno-deprecated-declarations' SUBDIRS = \ + po \ src \ savers \ - po \ data \ doc \ $(NULL) @@ -25,22 +25,15 @@ EXTRA_DIST = \ INSTALL \ README \ ChangeLog \ + its \ NEWS \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ $(NULL) DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update \ - ./po/.intltool-merge-cache \ $(NULL) MAINTAINERCLEANFILES = \ *~ \ - intltool-*.in \ compile \ configure \ INSTALL \ -- cgit v1.2.1