From patchwork Wed Jan 22 01:37:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 1226882 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-517957-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=iMH90Cmf; dkim-atps=neutral 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 482ShT1NxDz9sP6 for ; Wed, 22 Jan 2020 12:37:42 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=mgV1unOXEbY2pYXdU0rUSSgx0CJW384yJ+bPwYBOpUDRcJCa2d7py qM4TicH6VwJ5MNSgD505vOeNR2khogkvK4xHyBxEhFTjL+Ux0+fbKcvPL3zOhGly mqXe+zgRLnXEbJb8BGyyDYSufB5Bf++PYmdfihRRyur+wHMyddbHFg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=We5P8JffBLmp+PywdFxl8ru3Wd0=; b=iMH90CmfNsb9mgoLqUz1 3FJv1wfwvSpvnwQy3AYKRpfh44YjehvuloCY5YFYIhsScUCGcXW1tytVkY5wiaUr xybKlgTUXQYpQHo0m13WdFRh4Vi8AlKS419tKlI5dhBiUiaF+cpjZqVFNes5z72i z5yBcsaV3ZxR9MvR4EkwP9c= Received: (qmail 129085 invoked by alias); 22 Jan 2020 01:37:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 129076 invoked by uid 89); 22 Jan 2020 01:37:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SUBJ_OBFU_PUNCT_FEW, SUBJ_OBFU_PUNCT_MANY autolearn=ham version=3.3.1 spammy=online, site X-HELO: esa4.mentor.iphmx.com Received: from esa4.mentor.iphmx.com (HELO esa4.mentor.iphmx.com) (68.232.137.252) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 01:37:33 +0000 IronPort-SDR: eD2K2AWrdXYn607AgRi+wpytQCjzas/4S0lyHaPxIYjFoxoysLnAHCDxBAOLg3l05muGmmVjHv t9/wBPDFUhlFavT9baok26gTxcDFHs9K5ur+9RdwM1bsRnWKCsFHLbnDPr9SEx1fzPaKAfe+O7 PBPzWu7W1if4Sd8CABBC7vQYnGvRi0738AsMCuYslj5KvEt4vRCAFQKQvj/QZ1lOsit+dAlLSj 4tglBkPvQIPp1aibP8++sNP8M4jysYyYuPv20kYKHpUOkoF3HgoHXaCJ6T0DtX7SrNbiFLKJyu IoA= Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 21 Jan 2020 17:37:31 -0800 IronPort-SDR: Vl9CxrFUrtVCZ0P6M7rCUOFpue7NQPuSYI4TiKnOljK0ZUTgXa6eeY8oeCgzrCX/Ol6bAQEdzv hih218mFZcRg== Date: Wed, 22 Jan 2020 01:37:27 +0000 From: Joseph Myers To: Subject: Update update_web_docs_svn references in sourcebuild.texi Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 These needed updating after the replacement of update_web_docs_svn by update_web_docs_git. Committed. 2020-01-22 Joseph Myers * doc/sourcebuild.texi (Texinfo Manuals, Front End): Refer to update_web_docs_git instead of update_web_docs_svn. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index c18a630343e..af711ad753f 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -388,7 +388,7 @@ and they are included in release distributions. Manuals are also provided on the GCC web site, in both HTML and PostScript forms. This is done via the script -@file{maintainer-scripts/update_web_docs_svn}. Each manual to be +@file{maintainer-scripts/update_web_docs_git}. Each manual to be provided online must be listed in the definition of @code{MANUALS} in that file; a file @file{@var{name}.texi} must only appear once in the source tree, and the output manual must have the same name as the @@ -561,7 +561,7 @@ A news item on @file{index.html}, and possibly an announcement on the @email{gcc-announce@@gcc.gnu.org} mailing list. @item The front end's manuals should be mentioned in -@file{maintainer-scripts/update_web_docs_svn} (@pxref{Texinfo Manuals}) +@file{maintainer-scripts/update_web_docs_git} (@pxref{Texinfo Manuals}) and the online manuals should be linked to from @file{onlinedocs/index.html}. @item