From patchwork Sat Dec 29 17:34:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 208678 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 A15AB2C00BA for ; Sun, 30 Dec 2012 04:34:44 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1357407284; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=z/IUgYcHmkIJfBR7n/lW a75WW8Q=; b=EazuM97VX6GkRGBAcqRVEZkyK3cYK/tTEP25GwlKGSluzFNO1fgd bcxtjYFnNRA7O2UWAK4yn7i47BiqBtU0p9a2DTwVQU6+ut9cNqop1vWx/8CaFDFY TM4gGE2nF6fajdbzyIMBxjJ+PKInpL+/3R1cGLmUe3gULKMOApcT4qM= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=UIbx3kUsWKjzXCY0P5WWe/nkVLACz/rxMPW4lhnEEZHSEzMCTRaz5bQGCBhnqq CfnvkFVW7C+GJ8/O3uwQcmddg1rQENOlrdd3aAZFVeoincmoh/fgu2rUVskYUw1j FvKMioUkvFRt82XV8HUJ3xswHAtxATtHz415OySMcfYp4=; Received: (qmail 30828 invoked by alias); 29 Dec 2012 17:34:41 -0000 Received: (qmail 30769 invoked by uid 22791); 29 Dec 2012 17:34:40 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,TW_WW X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Dec 2012 17:34:37 +0000 Received: from [192.168.173.14] (207.243.3.202.dsl.dyn.mana.pf [202.3.243.207]) by ainaz.pair.com (Postfix) with ESMTPSA id 340E63F471; Sat, 29 Dec 2012 12:34:31 -0500 (EST) Date: Sat, 29 Dec 2012 07:34:16 -1000 (TAHT) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Steve Ellcey Subject: [wwwdocs] Add a README for htdocs/install Message-ID: MIME-Version: 1.0 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 In http://gcc.gnu.org/PR54711 Steve wrote the following: OK, I can check out wwwdocs but the page I am interested in doesn't seem to be there. On the web it is http://gcc.gnu.org/install/test.html, but I can't seem to find this page in a checked out version of wwwdocs. I did get an htdocs/install directory but it does not include any files (other than CVS and .cvsignore). Looking at our web tree, I can totally see how this can be confusing, and I hope the patch below that adds a new htdocs/install/README file helps avoid this going forward. Applied. Steve, if you have a suggestion for some different or additional wording, based on your experience, please advise. Gerald Index: README =================================================================== RCS file: README diff -N README --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ README 29 Dec 2012 00:43:46 -0000 @@ -0,0 +1,3 @@ +The contents of this directory is not actually maintained here, but +created from gcc/doc/install.texi and regularily synced from the GCC +source tree to gcc.gnu.org.