From 5d27a463a0721866174be830c085d5081e3eed67 Mon Sep 17 00:00:00 2001 From: janneke Date: Mon, 22 Sep 2003 17:08:28 +0000 Subject: [PATCH] (Font_info): Build fix: add 'ss' --- ChangeLog | 4 ++++ buildscripts/make-font-dir.py | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3c0a4bf248..2f6a2986d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2003-09-22 Jan Nieuwenhuizen + * cygwin/mknetrel.doc: Typo. + + * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss' + * make/lilypond-vars.make (PYTHONPATH): srcdir build fix. 2003-09-22 Mats Bengtsson diff --git a/buildscripts/make-font-dir.py b/buildscripts/make-font-dir.py index 3b2a33c1c0..4397bdba8c 100644 --- a/buildscripts/make-font-dir.py +++ b/buildscripts/make-font-dir.py @@ -56,6 +56,7 @@ class Font_info: 'bxti' : ('bold', 'italic'), 'csc' : ('smallcaps', 'roman'), 'r' : ('regular', 'roman'), + 'ss' : ('regular', 'sansserif'), 'tt' : ('regular', 'typewriter'), 'ti' : ('regular', 'italic'), } -- 2.39.5