diff options
author | Wu Xiaotian <[email protected]> | 2019-05-10 15:58:33 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-05-16 08:36:40 +0200 |
commit | 3324c2850b96cb99efb0c90cbf37e563a17f6f7b (patch) | |
tree | 1495a363a4e3ff71f69bbec779923872dfef5b74 /Makefile.am | |
parent | 8f46993705947b1a12eac88c58a5d7b5942d3d5c (diff) | |
download | marco-3324c2850b96cb99efb0c90cbf37e563a17f6f7b.tar.bz2 marco-3324c2850b96cb99efb0c90cbf37e563a17f6f7b.tar.xz |
Migrate from intltool to gettext
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index dca39343..6d4b415c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,11 @@ -SUBDIRS=src po doc +SUBDIRS = po src doc ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -EXTRA_DIST = autogen.sh HACKING rationales.txt \ - intltool-extract.in intltool-merge.in intltool-update.in +EXTRA_DIST = its autogen.sh HACKING rationales.txt -DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache +DISTCLEANFILES = po/stamp-it # Build ChangeLog from GIT history ChangeLog: |