From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932086AbcGANOu (ORCPT ); Fri, 1 Jul 2016 09:14:50 -0400 Received: from lists.s-osg.org ([54.187.51.154]:49855 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbcGANOs (ORCPT ); Fri, 1 Jul 2016 09:14:48 -0400 Date: Fri, 1 Jul 2016 10:06:55 -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: [PATCH] doc: flat-table directive Message-ID: <20160701100655.587282a5@recife.lan> In-Reply-To: <87furtpmre.fsf@intel.com> References: <1467288022-10496-1-git-send-email-markus.heiser@darmarIT.de> <20160630130511.34b732e6@lwn.net> <20160630164420.4e3908de@recife.lan> <20160701063857.674bde86@recife.lan> <87shvtpri6.fsf@intel.com> <87mvm1po6k.fsf@intel.com> <34141ADD-F1D2-4155-AC94-29C9C7199D6E@darmarit.de> <87furtpmre.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 15:26:45 +0300 Jani Nikula escreveu: > > In this example, the sphinx build is started as a side effect > > even if it is not rebuild in this example, because nothing > > in reST content has changed: "looking for now-outdated files... none found". > > > > As far as I can see, this is done **because** Makefile.sphinx > > ignores DOCBOOK. > > I was referring to the original problem Mauro reported where the build > failed. The above is a different issue, but an issue nonetheless. Patch > sent. Patches look ok, but that's not what I wanted ;) what I want is to have something that Makefile.sphinx will look into and build just the book described there. E. g. something like: make BOOK="linux_tv" htmldocs Would make sphinx to only build the book under the Documentation/linux_tv directory. -- Thanks, Mauro