From patchwork Wed Dec 8 23:38:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 74797 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]) by ozlabs.org (Postfix) with SMTP id AC17CB6F14 for ; Thu, 9 Dec 2010 10:38:22 +1100 (EST) Received: (qmail 21912 invoked by alias); 8 Dec 2010 23:38:21 -0000 Received: (qmail 21854 invoked by uid 22791); 8 Dec 2010 23:38:20 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI, SPF_HELO_PASS, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Dec 2010 23:38:16 +0000 Received: from hpaq6.eem.corp.google.com (hpaq6.eem.corp.google.com [172.25.149.6]) by smtp-out.google.com with ESMTP id oB8NcDRh007248 for ; Wed, 8 Dec 2010 15:38:13 -0800 Received: from pxi17 (pxi17.prod.google.com [10.243.27.17]) by hpaq6.eem.corp.google.com with ESMTP id oB8NbW2R030997 for ; Wed, 8 Dec 2010 15:38:12 -0800 Received: by pxi17 with SMTP id 17so510866pxi.20 for ; Wed, 08 Dec 2010 15:38:11 -0800 (PST) Received: by 10.142.242.19 with SMTP id p19mr3283120wfh.176.1291851491839; Wed, 08 Dec 2010 15:38:11 -0800 (PST) Received: from coign.google.com (dhcp-172-22-127-241.mtv.corp.google.com [172.22.127.241]) by mx.google.com with ESMTPS id w42sm1528701wfh.15.2010.12.08.15.38.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 08 Dec 2010 15:38:10 -0800 (PST) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: Doc patch committed: it's now update_web_docs_svn Date: Wed, 08 Dec 2010 15:38:09 -0800 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes 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 I committed this documentation patch to reflect the fact that the web docs script is now called update_web_docs_svn. Ian 2010-12-08 Ian Lance Taylor * doc/sourcebuild.texi (Texinfo Manuals): Change update_web_docs to update_web_docs_svn. (Front End): Likewise. Index: doc/sourcebuild.texi =================================================================== --- doc/sourcebuild.texi (revision 167572) +++ doc/sourcebuild.texi (working copy) @@ -377,7 +377,7 @@ and they are included in release distrib 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}. Each manual to be +@file{maintainer-scripts/update_web_docs_svn}. 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 @@ -550,7 +550,7 @@ A news item on @file{index.html}, and po @email{gcc-announce@@gcc.gnu.org} mailing list. @item The front end's manuals should be mentioned in -@file{maintainer-scripts/update_web_docs} (@pxref{Texinfo Manuals}) +@file{maintainer-scripts/update_web_docs_svn} (@pxref{Texinfo Manuals}) and the online manuals should be linked to from @file{onlinedocs/index.html}. @item