From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5150 invoked by alias); 21 Apr 2009 18:54:07 -0000 Received: (qmail 5136 invoked by uid 22791); 21 Apr 2009 18:54:06 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BR,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Apr 2009 18:53:59 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KIG00300SFLFX00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Tue, 21 Apr 2009 21:53:56 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.219.161]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KIG00F7DSHVAJI0@i-mtaout7.012.net.il>; Tue, 21 Apr 2009 21:53:56 +0300 (IDT) Date: Tue, 21 Apr 2009 18:54:00 -0000 From: Eli Zaretskii Subject: Re: install-html and install-pdf improvements In-reply-to: To: "Joseph S. Myers" Cc: carlos@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83prf5hm7p.fsf@gnu.org> References: <83hc0njo9e.fsf@gnu.org> <83bpqvjg96.fsf@gnu.org> <83skk6ifjr.fsf@gnu.org> <49ECD20C.9030100@codesourcery.com> <83vdozgi3r.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/msg00569.txt.bz2 > Date: Tue, 21 Apr 2009 12:45:21 +0000 (UTC) > From: "Joseph S. Myers" > cc: Carlos O'Donell , gdb-patches@sourceware.org > > This followup patch adds the --with-datarootdir, --with-docdir, > --with-pdfdir and --with-htmldir configure options from toplevel to > both the gdb and gdb/doc directories for independent configurability, > adds the missing directory variables to gdb/doc/Makefile.in, and > arranges for all the different formats of each manual to be built with > the same -I options as previously discussed. OK to commit? Yes, and thanks. Btw, do we want these new configuration options be mentioned in NEWS?