From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751115AbdBAUN5 (ORCPT ); Wed, 1 Feb 2017 15:13:57 -0500 Received: from ms.lwn.net ([45.79.88.28]:36660 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750790AbdBAUNz (ORCPT ); Wed, 1 Feb 2017 15:13:55 -0500 Date: Wed, 1 Feb 2017 13:13:54 -0700 From: Jonathan Corbet To: Jani Nikula Cc: Jim Davis , linux-doc , linux-kernel Subject: Re: [PATCH] Documentation/sphinx: make targets independent of Sphinx work for HAVE_SPHINX=0 Message-ID: <20170201131354.79668879@lwn.net> In-Reply-To: <1485795495-22680-1-git-send-email-jani.nikula@intel.com> References: <1485795495-22680-1-git-send-email-jani.nikula@intel.com> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 30 Jan 2017 18:58:15 +0200 Jani Nikula wrote: > Make targets that don't depend on Sphinx work without warnings about > missing Sphinx. 'make cleandocs' will work without Sphinx just fine, and > the targets that are no-ops for Sphinx should just be skipped. Move them > outside of the HAVE_SPHINX checks to take precedence over the .DEFAULT > target for HAVE_SPHINX=0. Applied, thanks. jon