Makefile fix to install default locale fonts (the small ones that now come

with Tux Paint).
This commit is contained in:
William Kendrick 2005-07-16 05:16:57 +00:00
parent 6d4847799e
commit 7785e7881c
2 changed files with 9 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# bill@newbreedsoftware.com
# http://www.newbreedsoftware.com/tuxpaint/
# June 14, 2002 - July 14, 2005
# June 14, 2002 - July 15, 2005
# Where to install things:
@ -502,7 +502,11 @@ install-data:
@install -d $(DATA_PREFIX)
@cp -R data/* $(DATA_PREFIX)
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)
@echo
@echo "...Installing fonts..."
@install -d $(DATA_PREFIX)/fonts/locale
@cp -R fonts/locale/* $(DATA_PREFIX)/fonts/locale
@chmod -R a+rX,g-w,o-w $(DATA_PREFIX)/fonts/locale
# Install the translated text:

View file

@ -202,6 +202,9 @@ http://www.newbreedsoftware.com/tuxpaint/
(Apparently, the "[[...]]" version didn't work some places.)
Jeff Smith <whydoubt@yahoo.com>
* Failed to install default locale fonts. Fixed.
kyjo44 <kyjo44@users.sourceforge.net>
* Compiling, porting and packaging updates:
-----------------------------------------
* Added "Categories" to the 'tuxpaint.desktop' file