From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26367 invoked by alias); 17 Apr 2009 18:18:41 -0000 Received: (qmail 26357 invoked by uid 22791); 17 Apr 2009 18:18:40 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 17 Apr 2009 18:18:32 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KI900G00C6INX00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Fri, 17 Apr 2009 21:18:28 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.126.183.184]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KI900GB6C6SJIH0@i_mtaout3.012.net.il>; Fri, 17 Apr 2009 21:18:28 +0300 (IDT) Date: Fri, 17 Apr 2009 18:18:00 -0000 From: Eli Zaretskii Subject: Re: install-html and install-pdf improvements In-reply-to: To: "Joseph S. Myers" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83bpqvjg96.fsf@gnu.org> References: <83hc0njo9e.fsf@gnu.org> X-IsSubscribed: yes 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/msg00455.txt.bz2 > Date: Fri, 17 Apr 2009 15:30:08 +0000 (UTC) > From: "Joseph S. Myers" > cc: gdb-patches@sourceware.org > > 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} Sorry, I'm not following: what default definitions? These variables are used neither in your patch nor in the current doc/Makefile.in. What am I missing? > (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.) Well, you are talking here about something I don't know anything about. But we don't need to install today a change that will only be needed at some future time.