From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27389 invoked by alias); 6 Feb 2015 14:24:28 -0000 Mailing-List: contact jit-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: Sender: jit-owner@gcc.gnu.org Received: (qmail 27352 invoked by uid 89); 6 Feb 2015 14:24:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.98.5 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Date: Thu, 01 Jan 2015 00:00:00 -0000 From: Gerald Pfeifer To: David Malcolm cc: jit@gcc.gnu.org, gcc-patches@gcc.gnu.org, Jeff Law Subject: Re: [PATCH] maintainer-scripts: Fix 404s in "Show Source" in jit docs In-Reply-To: <1423194586-39286-1-git-send-email-dmalcolm@redhat.com> Message-ID: References: <1423088766.29180.129.camel@surprise> <1423194586-39286-1-git-send-email-dmalcolm@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2015-q1/txt/msg00066.txt.bz2 On Thursday 2015-02-05 22:49, David Malcolm wrote: > Tested locally with a suitably hacked up script to work on this > machine; with this patch the "Show Sources" links work within the > files installed to /www/gcc/htdocs. > > OK for trunk? > > maintainer-scripts/ChangeLog: > * update_web_docs_svn: When copying up files for the built jit > documentation, also copy up .txt files. Sure thing. You should just consider yourself the maintainer of this aspect and simply go ahead with changes like this. Gerald