]> granicus.if.org Git - flex/commit
po: include update_linguas script in distribution.
authorWill Estes <westes575@gmail.com>
Mon, 7 May 2018 19:27:14 +0000 (15:27 -0400)
committerWill Estes <westes575@gmail.com>
Mon, 7 May 2018 19:53:26 +0000 (15:53 -0400)
commit4c7e3a5a676cfb98cc33382715dc6f6929688fdd
tree171b6cd114fdf72abeba319893ed0d8c8c9fb909
parenta752d7c1c27aa5ccd15ab2c89162b64154e106b7
po: include update_linguas script in distribution.

Since automake takes a hands off approach to the po/ directory, we
need to list update_linguas.sh in the top Makefile.am. We list it as a
dist_noinst_SCRIPT so that it will get distributed with executeable
permissions. We also list autogen.sh in the same way for the same
reason.
Makefile.am