summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-11-09 15:33:24 +0800
committerraveit65 <[email protected]>2019-12-01 11:39:44 +0100
commit93881642e533133ef9f455612611002531e4475e (patch)
treeb25e92a1cd42271762116dd226ddabf7e78ad99d /Makefile.am
parent6dd6ad739acc075119cb03f62b0cceacef006345 (diff)
downloadpluma-93881642e533133ef9f455612611002531e4475e.tar.bz2
pluma-93881642e533133ef9f455612611002531e4475e.tar.xz
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 4 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c5d0263..c4d648fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = pluma pixmaps po data plugins docs help
+SUBDIRS = po pluma pixmaps data plugins docs help
if ENABLE_TESTS
SUBDIRS += tests
@@ -11,19 +11,14 @@ distuninstallcheck_listfiles = find . -type f -print
EXTRA_DIST = \
autogen.sh \
+ its \
ChangeLog \
NEWS \
README \
xmldocs.make \
- omf.make \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in
+ omf.make
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
+DISTCLEANFILES =
MAINTAINERCLEANFILES = \
aclocal.m4 \
@@ -31,9 +26,6 @@ MAINTAINERCLEANFILES = \
config.h.in \
config.sub \
depcomp \
- intltool-extract.in \
- intltool-merge.in \
- intltool-update.in \
configure \
INSTALL \
gtk-doc.make \
@@ -45,7 +37,6 @@ MAINTAINERCLEANFILES = \
py-compile \
xmldocs.make \
m4/gtk-doc.m4 \
- m4/intltool.m4 \
m4/libtool.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \