bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] [PATCH] Missing wood.png in install target


From: Russ Allbery
Subject: [Bug-gnubg] [PATCH] Missing wood.png in install target
Date: Sat, 20 May 2006 20:36:26 -0700
User-agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.18 (linux)

wood.png is used by some of the pre-defined board types, and is included
in CVS, but is not installed by the Makefile.am.  Here's a patch:

Index: gnubg/textures/Makefile.am
===================================================================
--- gnubg.orig/textures/Makefile.am     2006-01-14 02:07:57.000000000 -0800
+++ gnubg/textures/Makefile.am  2006-02-26 23:19:46.000000000 -0800
@@ -1,7 +1,7 @@
 texturefiles = logo2.bmp logo.bmp total.bmp alder.png ash.png berch.png \
                                felt.png hinge.png hinge2.png maple.png 
marble.png oak.png \
                                pine.png pine2.png redwood.png stain.png 
suede.png swirl.png \
-               Grass01.png wavesand01.png Water01.png EarthSand01.png
+               Grass01.png wavesand01.png Water01.png EarthSand01.png wood.png
 texturesdir = $(pkgdatadir)/textures
 textures_DATA = $(texturefiles)
 EXTRA_DIST = $(texturefiles)

-- 
Russ Allbery (address@hidden)             <http://www.eyrie.org/~eagle/>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]