diff options
author | Wu Xiaotian <[email protected]> | 2019-10-15 14:11:46 +0800 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-10-29 09:18:58 -0400 |
commit | bce4817d3c2ddc150582db8451f3d92a5a2df5da (patch) | |
tree | 32e184c11e7b49ba3aaff5b3c851cb1837bb7bb8 /Makefile.am | |
parent | 64b09837c0e3eea6e4f546fc3d2718e4c52bfdde (diff) | |
download | mate-screensaver-bce4817d3c2ddc150582db8451f3d92a5a2df5da.tar.bz2 mate-screensaver-bce4817d3c2ddc150582db8451f3d92a5a2df5da.tar.xz |
migrate from 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 c123520..e710273 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,9 +10,9 @@ DISTCHECK_CONFIGURE_FLAGS = \ CFLAGS='-Wno-deprecated-declarations' SUBDIRS = \ + po \ src \ savers \ - po \ data \ doc \ $(NULL) @@ -25,22 +25,15 @@ EXTRA_DIST = \ INSTALL \ README \ ChangeLog \ + its \ NEWS \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in \ $(NULL) DISTCLEANFILES = \ - intltool-extract \ - intltool-merge \ - intltool-update \ - ./po/.intltool-merge-cache \ $(NULL) MAINTAINERCLEANFILES = \ *~ \ - intltool-*.in \ compile \ configure \ INSTALL \ |