diff options
author | Wu Xiaotian <[email protected]> | 2019-11-04 17:37:08 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-11-11 01:18:10 +0100 |
commit | d19b62785293db5999bb14b6ebb611aa76a7253a (patch) | |
tree | 07995725258e0f67bd91c0692110e335bbd6c82f /Makefile.am | |
parent | 73c0bb35bfc355eaa2842652f6a85a58592fb1c2 (diff) | |
download | atril-d19b62785293db5999bb14b6ebb611aa76a7253a.tar.bz2 atril-d19b62785293db5999bb14b6ebb611aa76a7253a.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am index f06d0bdb..916d8cf7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ + po \ cut-n-paste \ data \ libdocument \ @@ -9,7 +10,6 @@ SUBDIRS = \ libmisc \ properties \ shell \ - po \ help if ENABLE_TESTS @@ -39,24 +39,14 @@ header_DATA = \ $(NULL) # Applications - -intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in - EXTRA_DIST = \ - $(intltool_extra) \ $(header_DATA) \ autogen.sh -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update +DISTCLEANFILES = MAINTAINERCLEANFILES = \ ChangeLog \ - intltool-extract \ - intltool-merge \ - intltool-update \ $(srcdir)/INSTALL \ $(srcdir)/aclocal.m4 \ $(srcdir)/autoscan.log \ |