build: Always include ostree-trivial-httpd.xml in tarballs
Signed-off-by: Simon McVittie <smcv@debian.org> Closes: #949 Approved by: cgwalters
This commit is contained in:
parent
9a79d13ce3
commit
90b587e2c8
|
|
@ -32,6 +32,9 @@ ostree-remote.1 ostree-reset.1 ostree-rev-parse.1 ostree-show.1 \
|
||||||
ostree-summary.1 ostree-static-delta.1
|
ostree-summary.1 ostree-static-delta.1
|
||||||
if BUILDOPT_TRIVIAL_HTTPD
|
if BUILDOPT_TRIVIAL_HTTPD
|
||||||
man1_files += ostree-trivial-httpd.1
|
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
|
endif
|
||||||
|
|
||||||
if BUILDOPT_FUSE
|
if BUILDOPT_FUSE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue