summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2018-05-07 15:27:14 -0400
committerWill Estes <westes575@gmail.com>2018-05-07 15:53:26 -0400
commit4c7e3a5a676cfb98cc33382715dc6f6929688fdd (patch)
tree171b6cd114fdf72abeba319893ed0d8c8c9fb909
parenta752d7c1c27aa5ccd15ab2c89162b64154e106b7 (diff)
downloadflex-git-4c7e3a5a676cfb98cc33382715dc6f6929688fdd.tar.gz
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.
-rw-r--r--Makefile.am7
1 files 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 \