From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10025 invoked by alias); 27 Mar 2007 18:10:44 -0000 Received: (qmail 10017 invoked by uid 22791); 27 Mar 2007 18:10:43 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Mar 2007 19:10:37 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 9EBDD4B26F; Tue, 27 Mar 2007 13:10:35 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 60AA34B267; Tue, 27 Mar 2007 13:10:35 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HWG7u-0007JC-T7; Tue, 27 Mar 2007 14:10:34 -0400 Date: Tue, 27 Mar 2007 18:10:00 -0000 From: Daniel Jacobowitz To: Brooks Moses Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] Implement "make pdf" and "make install-pdf" targets. Message-ID: <20070327181034.GB25245@caradoc.them.org> Mail-Followup-To: Brooks Moses , gdb-patches@sources.redhat.com References: <45DE9FE6.8090507@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45DE9FE6.8090507@codesourcery.com> User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) 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: 2007-03/txt/msg00258.txt.bz2 On Fri, Feb 23, 2007 at 12:03:50AM -0800, Brooks Moses wrote: > gdb/ChangeLog ------------------------------------------------- > 2007-02-20 Brooks Moses > * Makefile.in: Add support for a "pdf" target. > * doc/Makefile.in: Add "pdfdir" installation > directory, PDFTEX macro, support for "install-pdf" target, > and rules for making a pdf version of refcard.texi. > * doc/refcard.tex: Specify paper size for PDF output. > * gdbserver/Makefile.in: Add dummy "pdf" and > "install-pdf" targets. > * testsuite/Makefile.in: Likewise. > etc/ChangeLog ------------------------------------------------- > 2007-02-20 Brooks Moses > * Makefile.in: Add support for a "pdf" target. > sim/ChangeLog ------------------------------------------------- > 2007-02-20 Brooks Moses > * Makefile.in: Add dummy "pdf" target. > readline/ChangeLog -------------------------------------------- > 2007-02-20 Brooks Moses > * Makefile.in: Add dummy "pdf" target. I belatedly checked these in (using the corrected version of the etc/ patch). FYI, there are multiple changelogs under gdb/, so I separated the entry. Were there any other of your patches I was supposed to check in? I know you asked me about a couple before my last trip. -- Daniel Jacobowitz CodeSourcery