diff options
author | Allan McRae <allan@archlinux.org> | 2019-10-22 00:02:05 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-10-22 01:25:49 +0200 |
commit | 942b909829d529409216939b36af11e8480726f5 (patch) | |
tree | 4914c24122dcff3214d85a7fe5cfea5c91fcb935 /scripts | |
parent | 8ce20d3754769845f0b3452b06db2e1792108ec9 (diff) | |
download | pacman-942b909829d529409216939b36af11e8480726f5.tar.gz pacman-942b909829d529409216939b36af11e8480726f5.tar.xz |
Fix distribution of meson files
Also caught the source of a man page not being distributed.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 7b6cd00c..88e9612d 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -32,7 +32,8 @@ EXTRA_DIST = \ wrapper.sh.in \ $(COMPLETION_DIST) \ $(LIBRARY) \ - $(LIBMAKEPKG_DIST) + $(LIBMAKEPKG_DIST) \ + po/meson.build LIBRARY = \ library/human_to_size.sh @@ -136,6 +137,7 @@ LIBMAKEPKG_IN = \ libmakepkg/util/util.sh LIBMAKEPKG_DIST = \ + libmakepkg/meson.build \ $(addprefix libmakepkg/, $(addsuffix /meson.build, $(LIBMAKEPKGDIRS))) \ $(addsuffix .in, $(LIBMAKEPKG_IN)) |