diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-10-26 19:40:14 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-10-26 19:40:14 +0000 |
commit | 7f117baaef951b95e491cbe0a98785d35657ef2a (patch) | |
tree | c4b7e57270d2db24eba3a1dc8e5b72b6def427a0 /mf | |
parent | a0449062801c4319360f922881854c58b584736a (diff) |
(lilypondprefix): use sorted() for list_sort()
indent 4
Diffstat (limited to 'mf')
-rw-r--r-- | mf/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mf/SConscript b/mf/SConscript index 323a1bbdac..1a5f281d93 100644 --- a/mf/SConscript +++ b/mf/SConscript @@ -86,9 +86,6 @@ env.Depends ('aybabtu.otf', 'aybabtu.otf-table', 'aybabtu.otf-gtable']) -env.Command ('fonts.cache-1', p + o, - 'cd ${TARGET.dir}; fc-cache .') - ## FIXME: building only a few fonts does not seem to work anymore. ## what is essential these days, aybabtu/emmentaler are needed always? mf_essential = ['feta16', 'feta20', 'parmesan16', ] |