Tux stamps install sequence.

This commit is contained in:
William Kendrick 2003-12-24 01:48:13 +00:00
parent e1481896c0
commit 40b1dd3b43
2 changed files with 15 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# bill@newbreedsoftware.com
# http://www.newbreedsoftware.com/tuxpaint/
# June 14, 2002 - December 21, 2003
# June 14, 2002 - December 23, 2003
# Where to install things:
@ -131,7 +131,7 @@ beos:
install: install-bin install-data install-man install-doc \
install-gnome install-kde install-kde-icons \
install-icon install-gettext install-importscript \
install-default-config
install-default-config install-example-stamps
@echo
@echo "--------------------------------------------------------------"
@echo
@ -252,6 +252,16 @@ install-default-config:
@chmod 644 $(CONFDIR)/tuxpaint.conf
# Install example stamps
install-example-stamps:
@echo
@echo "...Installing example stamps..."
@install -d $(DATA_PREFIX)stamps
@cp -R stamps/* $(DATA_PREFIX)stamps
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)stamps
# Install a launcher icon in the Gnome menu, under "Graphics"
install-gnome:

View file

@ -87,6 +87,9 @@ http://www.newbreedsoftware.com/tuxpaint/
* "--lang=XXX" can be used on the command-line, along with "--lang XXX"
* Moved Tux penguin stamps from Stamps package to core Tux Paint package,
so that Stamp tool works out-of-the-box.
2003.Aug.18 (0.9.12)
* Replaced "efont-serif" fonts with those from the 'ttf-freefont' package,