summaryrefslogtreecommitdiff
path: root/Makefile-man.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2019-10-21 21:45:20 +0000
committerColin Walters <walters@verbum.org>2019-10-23 15:05:30 +0000
commitac4e3ab3e6e01b5d46fc16f86a0f0e0285f90d05 (patch)
tree97410c413bee11cd1b7c6346017b9a0449da797e /Makefile-man.am
parentf333ae74f4a06dc537315d52959714a79be464c7 (diff)
downloadostree-ac4e3ab3e6e01b5d46fc16f86a0f0e0285f90d05.tar.gz
build-sys: Cleanup handling for trivial-httpd-cmdline
This way it's clearer this bit is only about the CLI entrypoint also living in `ostree trivial-httpd`, not the underlying `ostree-trivial-httpd` binary that's separate now. Delete the automake conditional for this, and make the manpage conditional use `if USE_LIBSOUP` the same way the C build does. Suggested-by: Jonathan Lebon <jonathan@jlebon.com>
Diffstat (limited to 'Makefile-man.am')
-rw-r--r--Makefile-man.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-man.am b/Makefile-man.am
index c27a9a55..bc58103b 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -34,7 +34,7 @@ ostree-init.1 ostree-log.1 ostree-ls.1 ostree-prune.1 ostree-pull-local.1 \
ostree-pull.1 ostree-refs.1 ostree-remote.1 ostree-reset.1 \
ostree-rev-parse.1 ostree-show.1 ostree-summary.1 \
ostree-static-delta.1
-if BUILDOPT_TRIVIAL_HTTPD
+if USE_LIBSOUP
man1_files += ostree-trivial-httpd.1
else
# We still want to distribute the source, even if we are not building it