]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix.
authorHeikki Junes <heikki.junes@hut.fi>
Tue, 26 Nov 2002 22:34:51 +0000 (22:34 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Tue, 26 Nov 2002 22:34:51 +0000 (22:34 +0000)
ChangeLog
buildscripts/make-font-dir.py

index cd19a5abb8c19fae5792c330767697ceec993ad5..e735d83733e7a48d2c17d642e92c32c1853918b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
 
        * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
 
+       * buildscripts/make-font-dir.py: Fix. 
+
 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
 
        * lilypond-mode.el: Add support for Info inside Emacs.
index 2b704308a49a51ce2ab313607e7b0a6c02799f3b..5814fbab8b266a16cd08d855148da762669ff9d0 100644 (file)
@@ -133,7 +133,7 @@ ls =  sys.stdin.readline ()
 ls = string.split (ls)
 
 sketch_p = 0
-sketch_p = 0
+sodipodi_p = 0
 if len (ls) and ls[0] == 'sodipodi':
        ls = ls[1:]
        sodipodi_p = 1