diff options
author | Wu Xiaotian <[email protected]> | 2019-09-02 10:38:45 +0800 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-09-03 18:02:56 +0200 |
commit | 6b0620edf173bf36ccedbe205e24b90e00915c6b (patch) | |
tree | a73d21e7f8ab0e7444a375eeaff2cf96080b410d /Makefile.am | |
parent | fac968695c7e20b02e49b8d2e7b349d787173153 (diff) | |
download | mate-themes-6b0620edf173bf36ccedbe205e24b90e00915c6b.tar.bz2 mate-themes-6b0620edf173bf36ccedbe205e24b90e00915c6b.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index bf21dc6f..db727eb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,17 +1,16 @@ SUBDIRS = \ + po \ marco-themes \ icon-themes \ desktop-themes \ - cursor-themes \ - po + cursor-themes + +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = \ - autogen.sh \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in + autogen.sh -DISTCLEANFILES=intltool-extract intltool-merge intltool-update +DISTCLEANFILES= # Build ChangeLog from GIT history ChangeLog: |