From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20404 invoked by alias); 22 Jan 2003 18:40:19 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20397 invoked from network); 22 Jan 2003 18:40:19 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 22 Jan 2003 18:40:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h0MIBSf32575 for ; Wed, 22 Jan 2003 13:11:28 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0MIeBa12048 for ; Wed, 22 Jan 2003 13:40:11 -0500 Received: from dragon (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h0MIeA717323 for ; Wed, 22 Jan 2003 13:40:10 -0500 Subject: [patch] Makefile.in Insight install From: "Martin M. Hunt" To: gdb-patches@sources.redhat.com Content-Type: multipart/mixed; boundary="=-8LPUWJ59JFYBe0FNkfj4" Date: Wed, 22 Jan 2003 18:40:00 -0000 Message-Id: <1043260958.1072.5.camel@Dragon> Mime-Version: 1.0 X-SW-Source: 2003-01/txt/msg00689.txt.bz2 --=-8LPUWJ59JFYBe0FNkfj4 Content-Type: text/plain Content-Transfer-Encoding: 7bit Content-length: 225 Here's a 1-line patch I checked in to add PNG images to the list of images to copy when installing Insight. 2003-01-21 Martin M. Hunt * Makefile.in (install-gdbtk): Install PNG images too. --=-8LPUWJ59JFYBe0FNkfj4 Content-Disposition: attachment; filename=p Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=p; charset=UTF-8 Content-length: 741 Index: Makefile.in =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.314 retrieving revision 1.315 diff -r1.314 -r1.315 2392c2392 < for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icon= s.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/= index.toc help/images/*.gif; \ --- > for i in *.tcl *.itcl *.ith *.itb images/*.gif images2/*.gif images/icon= s.txt images2/icons.txt tclIndex help/*.html help/trace/*.html help/trace/= index.toc help/images/*.gif help/images/*.png; \ --=-8LPUWJ59JFYBe0FNkfj4--