]> granicus.if.org Git - flex/commitdiff
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)
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

index b3b081030d48fbd89caf4adc8b3554984185d86e..8dac6f5a0c3be956cdf3ca21e60e3442893add8e 100644 (file)
@@ -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 \