From patchwork Thu Dec 11 18:11:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Newton X-Patchwork-Id: 420202 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B717114009B for ; Fri, 12 Dec 2014 05:12:08 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; q=dns; s= default; b=lx/MJjxKelK5ujIt3UeHAYdq5yasMfcJV5Cqq13uIiMJZF0TrEyuz gUQQKyQxbb+ZyWkyD7eGdnX7DAwyWhkkEEUpyQ29NbKGcCrnfPwgatPwRxBzmZ+u mMLPq4p0kNNmW2J8whHK/FqSXgv8LJ96MZJ7HZ1Mcd7OKfebpO5dYc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id; s=default; bh=5i63/OdgGPmEkmvdfZ1XV0efszs=; b=YoD8tm/BDF5ObETCzPGOD0wQz57H EVd4caDuLopdRjS/7al9oyjyMtry8Zc5C913FpkrEBtJNShhqK8u5+7HK5SY3jy/ /L45mkRPR2AoKtrGZ3FYjLJJ5Big8Yqro54r537sLPNoXwLwaYX9GbQbLrP7BaO8 p0fQ/0SAivxEXeQ= Received: (qmail 20721 invoked by alias); 11 Dec 2014 18:12:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 20664 invoked by uid 89); 11 Dec 2014 18:11:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=59RsgLTIlaENGR7YBaH3e80Ok3aWsctuuCMRq9V4Ens=; b=HCSLha8OXvzWSblAi/49jjZGvXbNTFK19jiKTGXL6+JJVMuikvsX9oVatWGoSK1+P0 VeDBE2zu+CAM13j2THVzStdrexsyQ/8WxrGgmIrnc0LylO16dQ0NKEK38scONZqwi0YZ jcTNI2c5+AlkjsuixdAL9dMEziBhFXWGPctAvsBIlvWGLaLMuCbjKjcWeshCz455j3yq z5Fs7SrADUg8ddt30eJor3E2jyl0BFvs4HGOUmhPIVeHkH5ut5K4qkeMoJNrqPm8D41L d22pHK7A9kI+Zt4x3j1NP4CFzJXVtVOgjq5Bk9XxQzYcjtgtI7WmbeeGcIKWN+fLAh25 NTxQ== X-Gm-Message-State: ALoCoQmHVbQeadZ+uQeL4LZsp1V34KXhC9uooKKnfpHJIIapdaDLxCcSfJbt9T3bUv7d5G3TXBq0 X-Received: by 10.180.182.199 with SMTP id eg7mr259064wic.17.1418321514713; Thu, 11 Dec 2014 10:11:54 -0800 (PST) From: Will Newton To: libc-alpha@sourceware.org Subject: [PATCH] manual/install.texi: Bump required version of texinfo to 4.7 Date: Thu, 11 Dec 2014 18:11:49 +0000 Message-Id: <1418321509-9980-1-git-send-email-will.newton@linaro.org> It seems we require texinfo 4.7 for the --plaintext option, so document that. ChangeLog: 2014-12-11 Will Newton * manual/install.texi: Bump required version of texinfo to 4.7 from 4.5. * INSTALL: Regenerated. --- INSTALL | 2 +- manual/install.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 0fee315..43bcaf3 100644 --- a/INSTALL +++ b/INSTALL @@ -349,7 +349,7 @@ build the GNU C Library: No other assembler or linker has the necessary functionality at the moment. - * GNU `texinfo' 4.5 or later + * GNU `texinfo' 4.7 or later To correctly translate and install the Texinfo documentation you need this version of the `texinfo' package. Earlier versions do diff --git a/manual/install.texi b/manual/install.texi index 1484081..686c44c 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -393,7 +393,7 @@ No other assembler or linker has the necessary functionality at the moment. @item -GNU @code{texinfo} 4.5 or later +GNU @code{texinfo} 4.7 or later To correctly translate and install the Texinfo documentation you need this version of the @code{texinfo} package. Earlier versions do not