[ostree] build: Hoist man conditional higher
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] build: Hoist man conditional higher
- Date: Thu, 28 Jan 2016 20:35:03 +0000 (UTC)
commit 944b3abab1cff15f676800bd52a990bbb2914515
Author: Colin Walters <walters verbum org>
Date: Thu Jan 28 15:34:38 2016 -0500
build: Hoist man conditional higher
So we actually build with `--disable-man`.
Makefile-man.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-man.am b/Makefile-man.am
index 299e317..f70a577 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -17,6 +17,8 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+if ENABLE_MAN
+
man1_files = ostree.1 ostree-admin-cleanup.1 ostree-admin-config-diff.1 ostree-admin-deploy.1
ostree-admin-init-fs.1 ostree-admin-instutil.1 ostree-admin-os-init.1 ostree-admin-status.1
ostree-admin-set-origin.1 ostree-admin-switch.1 ostree-admin-undeploy.1 ostree-admin-upgrade.1 ostree-admin.1
ostree-cat.1 ostree-checkout.1 ostree-checksum.1 ostree-commit.1 ostree-gpg-sign.1 ostree-config.1
ostree-diff.1 ostree-fsck.1 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 ostree-trivial-httpd.1
man5_files = ostree.repo.5 ostree.repo-config.5
@@ -26,8 +28,6 @@ man5_MANS = $(addprefix man/,$(man5_files))
EXTRA_DIST += $(man1_MANS) $(man5_MANS)
-if ENABLE_MAN
-
XSLT_STYLESHEET = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
XSLTPROC_FLAGS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]