From: Will Estes Date: Mon, 7 May 2018 19:27:14 +0000 (-0400) Subject: po: include update_linguas script in distribution. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c7e3a5a676cfb98cc33382715dc6f6929688fdd;p=flex 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. --- diff --git a/Makefile.am b/Makefile.am index b3b0810..8dac6f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,8 +38,11 @@ dist_doc_DATA = \ README.md EXTRA_DIST = \ - .indent.pro \ - autogen.sh + .indent.pro + +dist_noinst_SCRIPTS = \ + autogen.sh \ + po/update_linguas.sh SUBDIRS = \ src \