From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752066AbcF3TyN (ORCPT ); Thu, 30 Jun 2016 15:54:13 -0400 Received: from lists.s-osg.org ([54.187.51.154]:42568 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751426AbcF3TyM (ORCPT ); Thu, 30 Jun 2016 15:54:12 -0400 Date: Thu, 30 Jun 2016 16:44:20 -0300 From: Mauro Carvalho Chehab To: Jonathan Corbet , jani.nikula@intel.com Cc: Markus Heiser , 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: <20160630164420.4e3908de@recife.lan> In-Reply-To: <20160630130511.34b732e6@lwn.net> References: <1467288022-10496-1-git-send-email-markus.heiser@darmarIT.de> <20160630130511.34b732e6@lwn.net> 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 Thu, 30 Jun 2016 13:05:11 -0600 Jonathan Corbet escreveu: > Anyway, I don't want to delay this work, so I have gone ahead and applied > it; Got already one issue... Maybe on Jeni's changes to the makefiles... I want to be able to compile just the book I'm working. Using the usual syntax to build just one book worked: the build from the *.rst files succeeded. Yet, it tried to compile it also as DocBook, causing an error at the end. See the logs below: $ make DOCBOOKS=linux_tv htmldocs SPHINX htmldocs Running Sphinx v1.3.1 loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 1 source files that are out of date updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] linux_tv/media/dvb/dvbapi looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [100%] linux_tv/media/dvb/dvbapi generating indices... genindex writing additional pages... search copying images... [100%] linux_tv/media_api_files/typical_media_device.svg copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. make[1]: *** No rule to make target 'Documentation/DocBook/linux_tv', needed by 'htmldocs'. Pare. Makefile:1420: recipe for target 'htmldocs' failed make: *** [htmldocs] Error 2 -- Thanks, Mauro