From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28026 invoked by alias); 25 Nov 2017 18:48:38 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 28013 invoked by uid 89); 25 Nov 2017 18:48:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KB_WAM_FROM_NAME_SINGLEWORD,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=makeinfo, cvs X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 25 Nov 2017 18:48:36 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id B21A33F48F for ; Sat, 25 Nov 2017 13:48:34 -0500 (EST) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 37E563F444 for ; Sat, 25 Nov 2017 13:48:34 -0500 (EST) Date: Sat, 25 Nov 2017 19:03:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Adjust a comment in bin/preprocess Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg02240.txt.bz2 I've had this in a local tree since February; better to flush local changes. This just adjust a comment to match the code wrt. ordering of steps. Applied, and I updated the instance on gcc.gnu.org as well. Gerald Index: bin/preprocess =================================================================== RCS file: /cvs/gcc/wwwdocs/bin/preprocess,v retrieving revision 1.51 diff -u -r1.51 preprocess --- bin/preprocess 25 May 2016 20:35:09 -0000 1.51 +++ bin/preprocess 25 Nov 2017 18:45:12 -0000 @@ -119,9 +119,9 @@ exit 1 fi - # Then remove leading blank lines and single line comments. # Use sed to work around makeinfo 4.7 brokenness. # Use sed to work around MetaHTML brokenness wrt.
. + # Then remove leading blank lines and single line comments. cat $TMPDIR/output.raw \ | sed -e 's/_002d/-/g' -e 's/_002a/*/g' \ | sed -e 's/