Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753255AbdFRXqs (ORCPT ); Sun, 18 Jun 2017 19:46:48 -0400 Received: from ms.lwn.net ([45.79.88.28]:43122 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752992AbdFRXqq (ORCPT ); Sun, 18 Jun 2017 19:46:46 -0400 From: Jonathan Corbet To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Jim Davis , Mauro Carvalho Chehab , Daniel Vetter , Jonathan Corbet Subject: [PATCH 0/5] Make PDF builds work again Date: Sun, 18 Jun 2017 17:46:25 -0600 Message-Id: <20170618234630.19964-1-corbet@lwn.net> X-Mailer: git-send-email 2.13.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1350 Lines: 30 I've just spent rather more time than I would like figuring out why the PDF builds fail and what was needed to fix it. The result is the following patch series. It's a combination of little mistakes and fragility in the whole PDF build tool chain. Mauro, Daniel: Do you want the last two? Or otherwise give me acks? I'd like to send the set Linusward forthwith so that 4.12 can come out with a working PDF build. In general, I'm dismayed by the fragility of the whole thing. I'm also a little concerned that nobody except Jim complained about the problem. Perhaps nobody really cares about PDF output anymore? In the absence of a concerted effort on somebody's part, I predict that PDF building will be broken much of the time. I have to wonder if it's worth it... Jonathan Corbet (5): Docs: Include the Latex "ifthen" package Docs: Remove redundant geometry package inclusion Docs: fix table problems in ras.rst Docs: Use kernel-figure in vidioc-g-selection.rst DRM: Fix an incorrectly formatted table Documentation/admin-guide/ras.rst | 10 ++-- Documentation/conf.py | 3 +- .../media/uapi/v4l/vidioc-g-selection.rst | 4 +- include/drm/bridge/dw_hdmi.h | 70 +++++++++++----------- 4 files changed, 43 insertions(+), 44 deletions(-) -- 2.13.1