From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752004AbcGAPJW (ORCPT ); Fri, 1 Jul 2016 11:09:22 -0400 Received: from lists.s-osg.org ([54.187.51.154]:50537 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbcGAPJV (ORCPT ); Fri, 1 Jul 2016 11:09:21 -0400 Date: Fri, 1 Jul 2016 12:09:14 -0300 From: Mauro Carvalho Chehab To: Jani Nikula Cc: Markus Heiser , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, hverkuil@xs4all.nl, daniel.vetter@ffwll.ch, airlied@gmail.com, grant.likely@secretlab.ca, rdunlap@infradead.org, keithp@keithp.com Subject: Re: [docs-next PATCH] Documentation/sphinx: skip build if user requested specific DOCBOOKS Message-ID: <20160701120914.60503b6d@recife.lan> In-Reply-To: <87a8i1pjrx.fsf@intel.com> References: <1467374614-3747-1-git-send-email-jani.nikula@intel.com> <1467375884-10245-1-git-send-email-jani.nikula@intel.com> <20160701101555.5a8efce9@recife.lan> <87a8i1pjrx.fsf@intel.com> Organization: Samsung X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 01 Jul 2016 16:31:14 +0300 Jani Nikula escreveu: > On Fri, 01 Jul 2016, Mauro Carvalho Chehab wrote: > > Em Fri, 1 Jul 2016 15:24:44 +0300 > > Jani Nikula escreveu: > > > >> If the user requested specific DocBooks to be built using 'make > >> DOCBOOKS=foo.xml htmldocs', assume no Sphinx build is desired. This > >> check is transitional, and can be removed once we drop the DocBook > >> build. > > > > I guess this is actually a wrong assumption. I mean, it is valid to > > build multiple documents at the same time. Sometimes I do things > > like: > > make DOCBOOKS="media_api.xml device-drivers.xml" htmldocs > > > > When I want both docs to be compiled. > > > > What I would be expecting is that Sphinx would be looking into > > the DOCBOOKS targets and see if (some) of them belongs to it. > > > > Alternatively, we could add a separate makefile var for the > > Sphinx targets, but the logic would be more complex, as it > > should: > > Please let's not conflate DOCBOOKS to mean something other than > DocBooks. I think it'll be easier that way. OK. Works for me. > So I guess we'll need a way to build just a subset of the Sphinx > documentation. I would like that to be a somewhat generic thing, not > requiring a separate conf file for each subset. Is the granularity of a > directory enough? I've been meaning to look into passing different > and to sphinx-build for this, but I don't have > the time now. In the case of the media doc, it is actually a matter of building one rst file (linux_tv/index.rst). For that, I'm equally happy if we specify it via or via . I suspect we'll end by needing filenames granularity in some future, but, if you find easier to just handle for now, that's OK. Regards, Mauro