From: Simon McVittie Date: Wed, 21 Jun 2017 09:26:03 +0000 (+0100) Subject: build: Always include ostree-trivial-httpd.xml in tarballs X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~35^2~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=90b587e2c8c5593797b201dc1a63b59cd5fd5022;p=ostree.git build: Always include ostree-trivial-httpd.xml in tarballs Signed-off-by: Simon McVittie Closes: #949 Approved by: cgwalters --- 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