From 4c7e3a5a676cfb98cc33382715dc6f6929688fdd Mon Sep 17 00:00:00 2001 From: Will Estes Date: Mon, 7 May 2018 15:27:14 -0400 Subject: [PATCH] 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 \ -- 2.40.0