Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932977AbcKBVrY (ORCPT ); Wed, 2 Nov 2016 17:47:24 -0400 Received: from mga02.intel.com ([134.134.136.20]:29028 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757385AbcKBVrW (ORCPT ); Wed, 2 Nov 2016 17:47:22 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,436,1473145200"; d="scan'208";a="781555248" Date: Thu, 3 Nov 2016 05:47:15 +0800 From: Fengguang Wu To: Jani Nikula Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , Linux Doc Mailing List , Jim Davis , Jonathan Corbet , linux-kernel , kbuild-all@01.org, Philip Li Subject: Re: [PATCH RFC 0/4] Fix PDF build errors Message-ID: <20161102214715.mgpjctxzif3rb6z4@wfg-t540p.sh.intel.com> References: <87lgx2jfq0.fsf@intel.com> <20161102062045.1216f864@vela.lan> <87funaj9k9.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <87funaj9k9.fsf@intel.com> User-Agent: Mutt/1.6.2-neo (2016-08-08) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1321 Lines: 37 On Wed, Nov 02, 2016 at 03:27:50PM +0200, Jani Nikula wrote: >On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote: >> Em Wed, 02 Nov 2016 13:14:47 +0200 >> Jani Nikula escreveu: >> >>> On Wed, 02 Nov 2016, Mauro Carvalho Chehab wrote: >>> > This series address a series of errors during PDF generation from >>> > media documentation. >>> > >>> > Please notice that patch 2 carries on a PDF conversion from a PNG >>> > image, because Sphinx is not smart enough to do the convertion. >>> > >>> > This is a temporary solution (That's why I'm marking this series >>> > as RFC). >>> >>> This seems to work on top of docs-next. >> >> Yes. >> >>> ...but it'll break again if we include the missing admin-guide in the >>> build. :( >> >> LaTeX/PDF output is ugly... for each new stuff, we need to re-validate its >> output :-( > >Once we have this working, I think the only way to keep it working is to >have continuous testing of the pdf build. That won't keep the output >pretty, but it'll help ensure passing build. > >Perhaps 0day could eventually start running 'make DOCBOOKS="" pdfdocs' >after the htmldocs target? Cc: Fengguang and kbuild-all. OK. We'll add the 'pdfdocs' test right after 'htmldocs'. Thank you for the tip. Regards, Fengguang