diff options
author | Wu Xiaotian <[email protected]> | 2019-05-16 14:32:26 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-06-22 14:15:47 +0200 |
commit | 8f91804245b73be22f6d21a8b52b468fac282b73 (patch) | |
tree | e68740055a70a7761d02b43c21a99d0b11667102 /Makefile.am | |
parent | 6208bea598d2596cddb4de7423a4a5f9ce897bd9 (diff) | |
download | mate-session-manager-8f91804245b73be22f6d21a8b52b468fac282b73.tar.bz2 mate-session-manager-8f91804245b73be22f6d21a8b52b468fac282b73.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 a802529..43f22ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ SUBDIRS = \ + po \ egg \ mate-session \ capplet \ tools \ data \ - doc \ - po + doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} @@ -28,7 +28,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/missing \ $(srcdir)/mkinstalldirs \ $(srcdir)/configure \ - $(srcdir)/m4/intltool.m4 \ `find "$(srcdir)" -type f -name Makefile.in -print` # Build ChangeLog from GIT history |