From 90b587e2c8c5593797b201dc1a63b59cd5fd5022 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 21 Jun 2017 10:26:03 +0100 Subject: [PATCH] build: Always include ostree-trivial-httpd.xml in tarballs Signed-off-by: Simon McVittie Closes: #949 Approved by: cgwalters --- Makefile-man.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile-man.am b/Makefile-man.am index 7996d2d5..93779509 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -32,6 +32,9 @@ ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 \ ostree-summary.1 ostree-static-delta.1 if BUILDOPT_TRIVIAL_HTTPD man1_files += ostree-trivial-httpd.1 +else +# We still want to distribute the source, even if we are not building it +EXTRA_DIST += man/ostree-trivial-httpd.xml endif if BUILDOPT_FUSE