summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-29 14:37:17 +0800
committerraveit65 <[email protected]>2019-11-13 10:03:32 +0100
commit1a7ae12d402b6f1dccd6b8dac44f38440f571ca5 (patch)
treebd7a214cf231a5be4d5d9c444b56c5dae646f8b7 /Makefile.am
parent6d3ccb0ec4222f9129e337337517845607e6fadd (diff)
downloadeom-1a7ae12d402b6f1dccd6b8dac44f38440f571ca5.tar.bz2
eom-1a7ae12d402b6f1dccd6b8dac44f38440f571ca5.tar.xz
migrate from intltools to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index ac51ac5..d54477f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ if ENABLE_JPEG
jpeg_DIRS = jpegutils
endif
-SUBDIRS = $(jpeg_DIRS) cut-n-paste src man plugins po help data doc
+SUBDIRS = po $(jpeg_DIRS) cut-n-paste src man plugins help data doc
EXTRA_DIST = \
AUTHORS \
@@ -14,10 +14,7 @@ EXTRA_DIST = \
NEWS \
README
-DISTCLEANFILES = \
- intltool-extract \
- intltool-merge \
- intltool-update
+DISTCLEANFILES =
DISTCHECK_CONFIGURE_FLAGS = \
--disable-schemas-install \