From 7785e7881cdebbb6e097fb9f8157c0417c01c785 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sat, 16 Jul 2005 05:16:57 +0000 Subject: [PATCH] Makefile fix to install default locale fonts (the small ones that now come with Tux Paint). --- Makefile | 8 ++++++-- docs/CHANGES.txt | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) 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