From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13402 invoked by alias); 17 Apr 2009 15:30:29 -0000 Received: (qmail 13382 invoked by uid 22791); 17 Apr 2009 15:30:25 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 15:30:19 +0000 Received: (qmail 21629 invoked from network); 17 Apr 2009 15:30:17 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 Apr 2009 15:30:17 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1Luq12-0002OB-DW; Fri, 17 Apr 2009 15:30:08 +0000 Date: Fri, 17 Apr 2009 15:30:00 -0000 From: "Joseph S. Myers" To: Eli Zaretskii cc: gdb-patches@sourceware.org Subject: Re: install-html and install-pdf improvements In-Reply-To: <83hc0njo9e.fsf@gnu.org> Message-ID: References: <83hc0njo9e.fsf@gnu.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00438.txt.bz2 On Fri, 17 Apr 2009, Eli Zaretskii wrote: > Yes, but I don't understand why did you need to define docdir in > addition to pdfdir and htmldir. Unlike the other two, docdir is not > used anywhere, so why define it? The default definitions of htmldir and pdfdir use ${docdir}, and docdir is defined in terms of datarootdir. (When the src repository moves to newer autoconf with native support for all these directory variables, the custom configure code to deal with them will go away, and the makefiles will not need any changes as they will already define all required variables.) -- Joseph S. Myers joseph@codesourcery.com