Fix distribution of meson files
Also caught the source of a man page not being distributed. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
8ce20d3754
commit
942b909829
2 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,7 @@ EXTRA_DIST = \
|
|||
makepkg.conf.5.asciidoc \
|
||||
pacman.conf.5.asciidoc \
|
||||
BUILDINFO.5.asciidoc \
|
||||
pacman-conf.8.asciidoc \
|
||||
libalpm.3.asciidoc \
|
||||
footer.asciidoc \
|
||||
index.asciidoc \
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue