diff options
author | Wu Xiaotian <[email protected]> | 2019-10-30 20:33:54 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-11-11 23:18:35 +0100 |
commit | f5354df76377627dde56b079c9328b46865033d2 (patch) | |
tree | e49277e64f87be43bbb3ea1008f3f56916f743e0 /Makefile.am | |
parent | 1614cec077ab369640b24ff73045bf470ca93683 (diff) | |
download | mate-panel-f5354df76377627dde56b079c9328b46865033d2.tar.bz2 mate-panel-f5354df76377627dde56b079c9328b46865033d2.tar.xz |
migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index eb6b0bfa..467040c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = \ + po \ mate-panel \ libmate-panel-applet \ applets \ @@ -6,8 +7,7 @@ SUBDIRS = \ help \ icons \ data \ - man \ - po + man ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} @@ -37,7 +37,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/configure \ $(srcdir)/gtk-doc.make \ $(srcdir)/m4/gtk-doc.m4 \ - $(srcdir)/m4/intltool.m4 \ $(srcdir)/m4/libtool.m4 \ $(srcdir)/m4/ltoptions.m4 \ $(srcdir)/m4/ltsugar.m4 \ |