[pacman-dev] Fix distribution of meson files

Message ID 20191021221524.325646-1-allan@archlinux.org
State Accepted, archived
Headers show
Series [pacman-dev] Fix distribution of meson files | expand

Commit Message

Allan McRae Oct. 21, 2019, 10:15 p.m. UTC
Signed-off-by: Allan McRae <allan@archlinux.org>
---

Also caught not distributing source for one of the man pages...

I would have expected people that are interested in meson to have
tested the patch that ensured these files were distributed!

 doc/Makefile.am     | 1 +
 scripts/Makefile.am | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

Patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index a8dbbe05..195f0b14 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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 \
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))