From: janneke Date: Mon, 22 Sep 2003 17:08:28 +0000 (+0000) Subject: (Font_info): Build fix: add 'ss' X-Git-Tag: release/2.1.3~102 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d27a463a0721866174be830c085d5081e3eed67;p=lilypond.git (Font_info): Build fix: add 'ss' --- 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'), }