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.

This commit is contained in:
William Kendrick 2004-06-01 07:12:51 +00:00
parent f6a61a8963
commit 8568efc687
2 changed files with 12 additions and 1 deletions

View file

@ -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:

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before After
Before After