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:
parent
f6a61a8963
commit
8568efc687
2 changed files with 12 additions and 1 deletions
13
Makefile
13
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:
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Loading…
Add table
Add a link
Reference in a new issue