]> git.ipfire.org Git - thirdparty/gettext.git/commit
Make 'make distcheck' work in a VPATH build.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Nov 2018 22:04:17 +0000 (23:04 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Nov 2018 22:04:17 +0000 (23:04 +0100)
commit9c2f617b64314dfd8f338476a4b3f05cee6bb528
treecee9c3af1bd52766d73be37876ca4cc921b49e69
parent602113a471463872c5a3a27b36f8d7facb0d0ef6
Make 'make distcheck' work in a VPATH build.

* Makefile.am (distcheck-hook): Compare files in $(srcdir).
* gettext-tools/examples/po/xsmallpot.sh: Put the resulting POT file in the
source dir, not in the build dir.
* gettext-tools/examples/po/Makefile.am (update-po): Execute sub-make in the
build dir, not in the source dir.
(SMALLPOFILES_FOR_lang): Prefix file names with $(srcdir).
(hello-*/po/*.po): Likewise. Execute mmsmallpo.sh in $(srcdir).
Makefile.am
gettext-tools/examples/po/Makefile.am
gettext-tools/examples/po/xsmallpot.sh