From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: [PATCH 2/3] docs, build: Tolerate missing pod2text
Date: Tue, 9 Oct 2012 17:27:38 +0100 [thread overview]
Message-ID: <1349800059-18689-3-git-send-email-ian.jackson@eu.citrix.com> (raw)
In-Reply-To: <1349776105.21847.112.camel@zakaz.uk.xensource.com>
We gate the whole of the "txt" target on pod2text. I think this is
better than gating only the pod-generated outputs; it avoids a partial
output tree.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
docs/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/docs/Makefile b/docs/Makefile
index e9f6c20..03f141a 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -38,7 +38,10 @@ dev-docs: python-dev-docs
html: $(DOC_HTML) html/index.html
.PHONY: txt
-txt: $(DOC_TXT)
+txt:
+ @if which $(POD2TEXT) 1>/dev/null 2>/dev/null; then \
+ $(MAKE) $(DOC_TXT); else \
+ echo "pod2text not installed; skipping text outputs."; fi
.PHONY: figs
figs:
--
1.7.2.5
next prev parent reply other threads:[~2012-10-09 16:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-08 19:55 [xen-unstable test] 13934: regressions - FAIL xen.org
2012-10-09 7:50 ` Ian Campbell
2012-10-09 9:26 ` Ian Jackson
2012-10-09 9:35 ` Ian Jackson
2012-10-09 9:48 ` Ian Campbell
2012-10-09 16:27 ` [PATCH v2 0/3] docs, build: Do not ignore install-docs errors Ian Jackson
2012-10-09 16:43 ` Ian Campbell
2012-10-09 16:27 ` [PATCH 1/3] docs, build: Tolerate missing fig2dev Ian Jackson
2012-10-09 16:27 ` Ian Jackson [this message]
2012-10-09 16:27 ` [PATCH 3/3] docs, build: Do not ignore install-docs errors Ian Jackson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1349800059-18689-3-git-send-email-ian.jackson@eu.citrix.com \
--to=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).