diff options
author | Wu Xiaotian <[email protected]> | 2019-05-15 19:04:00 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-01 12:53:07 +0200 |
commit | 21770a3057ad62d692787d19e9e23d4350076d4d (patch) | |
tree | 900d4e7f88b0a23e7cb24210aa14485374586940 /Makefile.am | |
parent | 412abbbe7bacf7dfc11633a9680d268c06e56e30 (diff) | |
download | caja-21770a3057ad62d692787d19e9e23d4350076d4d.tar.bz2 caja-21770a3057ad62d692787d19e9e23d4350076d4d.tar.xz |
migrate intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 21d98a08..8e085e5d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,34 +1,27 @@ include $(top_srcdir)/Makefile.shared SUBDIRS = \ + po \ eel \ libcaja-extension \ libegg \ libcaja-private \ src \ test \ - po \ data \ icons \ docs \ $(NULL) EXTRA_DIST = \ + its \ autogen.sh \ COPYING.LIB \ COPYING.EXTENSIONS \ HACKING \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ Makefile.shared \ $(NULL) -DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update - DISTCHECK_CONFIGURE_FLAGS = \ --disable-update-mimedb \ --disable-icon-update \ |