From 8568efc68790ffbaa16bda5fedc63f03094c4ed8 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Tue, 1 Jun 2004 07:12:51 +0000 Subject: [PATCH] Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target.Moved 'starters' to root of archive, like 'stamps' are. Added make target. --- Makefile | 13 ++++++++++++- {data/starters => starters}/dinosaur.png | Bin 2 files changed, 12 insertions(+), 1 deletion(-) rename {data/starters => starters}/dinosaur.png (100%) diff --git a/Makefile b/Makefile index 502e4ec79..565c6cb42 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # bill@newbreedsoftware.com # http://www.newbreedsoftware.com/tuxpaint/ -# June 14, 2002 - May 30, 2004 +# June 14, 2002 - June 1, 2004 # Where to install things: @@ -131,6 +131,7 @@ beos: install: install-bin install-data install-man install-doc \ install-icon install-gettext install-importscript \ install-default-config install-example-stamps \ + install-example-starters \ install-gnome install-kde install-kde-icons @echo @echo "--------------------------------------------------------------" @@ -284,6 +285,16 @@ install-example-stamps: @chmod -R a+rX,g-w,o-w $(DATA_PREFIX)stamps +# Install example starters + +install-example-starters: + @echo + @echo "...Installing example starter images..." + @install -d $(DATA_PREFIX)starters + @cp -R starters/* $(DATA_PREFIX)starters + @chmod -R a+rX,g-w,o-w $(DATA_PREFIX)starters + + # Install a launcher icon in the Gnome menu, under "Graphics" install-gnome: diff --git a/data/starters/dinosaur.png b/starters/dinosaur.png similarity index 100% rename from data/starters/dinosaur.png rename to starters/dinosaur.png