From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Wilson Subject: [PATCH 0 of 2 v2] improve checking for documentation tools and formatting Date: Thu, 30 Aug 2012 11:59:58 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , Ian Campbell Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This version makes running ./configure a prerequisite for building documentation. If a tool is not detected by ./configure and is not specified by the user, the make variable will be empty. So I've switched to using make conditionals instead of which(1). Matt