diff --git a/Makefile b/Makefile index a3956d7b6..0d8288c72 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index fafbecf52..4400e520a 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -202,6 +202,9 @@ http://www.newbreedsoftware.com/tuxpaint/ (Apparently, the "[[...]]" version didn't work some places.) Jeff Smith + * Failed to install default locale fonts. Fixed. + kyjo44 + * Compiling, porting and packaging updates: ----------------------------------------- * Added "Categories" to the 'tuxpaint.desktop' file