From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16301 invoked by alias); 6 Nov 2019 14:03:33 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 16285 invoked by uid 89); 6 Nov 2019 14:03:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mo4-p00-ob.smtp.rzone.de Received: from mo4-p00-ob.smtp.rzone.de (HELO mo4-p00-ob.smtp.rzone.de) (85.215.255.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 06 Nov 2019 14:03:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1573049004; s=strato-dkim-0002; d=gjlay.de; h=In-Reply-To:Date:Message-ID:From:References:Cc:To:Subject: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=iBFv9/rjzlwa2lnyOtx8Mkp/Ak1EEHs/+htdxMp0Muk=; b=kpY037eqHGmARf1Ike7LKiph4C4+UzH6Karp00Bj/PDPBlqYJDKzCTqHvRxAz2W/W/ NTWKsATCyQYTh7bcTrL5ljTzQv3HaqpqY9Sisl8c+ltZI/X425d43+pnTxWA92TUtzNp Th1rzKOrBpykwpGnL8G5rVzfM59BSB88AI8VfnQMnqAoXtLSGk/EtMFCx0FTbWzW83+/ 46e70JGVZtrddR3jIPIuo+RX+Ux/kfHyAIJZHphq7EhRXPZB1ugwxrY3qA5p8aOaCypw cSJCaXYQhLG05XQjmBny1nl4IbfeNMAllzBT0Sqp23syTpBqdEk/UvpPZHM5Gr4cjK2K yPYg== Received: from [192.168.22.245] by smtp.strato.de (RZmta 44.29.0 AUTH) with ESMTPSA id z06ddevA6E3JMgJ (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Wed, 6 Nov 2019 15:03:19 +0100 (CET) Subject: Re: GCC wwwdocs move to git done To: Joseph Myers , gcc@gcc.gnu.org, gcc-patches@gcc.gnu.org Cc: overseers@gcc.gnu.org References: From: Georg-Johann Lay Message-ID: Date: Wed, 06 Nov 2019 14:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2019-q4/txt/msg00035.txt.bz2 Am 09.10.19 um 02:27 schrieb Joseph Myers: > I've done the move of GCC wwwdocs to git (using the previously posted and > discussed scripts), including setting up the post-receive hook to do the > same things previously covered by the old CVS hooks, and minimal updates > to the web pages dealing with the CVS setup for wwwdocs. Hi, May it be the case that some parts are missing? In particular, I cannot find the source of https://gcc.gnu.org/install/configure.html Johann