]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/%.ico): typo.
authorhanwen <hanwen>
Mon, 20 Feb 2006 11:22:17 +0000 (11:22 +0000)
committerhanwen <hanwen>
Mon, 20 Feb 2006 11:22:17 +0000 (11:22 +0000)
ChangeLog
Documentation/pictures/GNUmakefile

index 82ad0d0bb3df48900eff9d00e2ab6e1a9ceef4a3..740d052e502d70a9945db78efe46b072b184ede0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
+
 2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
 
        * scm/output-lib.scm: swap darkcyan/darkyellow
index 3d2cca7608da0bfecb236d3b4533ecb6e4c3cffa..44ec78bdca0e108288e1a1e2fd8f2c394b94bd8a 100644 (file)
@@ -12,7 +12,7 @@ include $(depth)/make/stepmake.make
 ifeq ($(PLATFORM_WINDOWS),yes)
 
 $(outdir)/%.ico: %.xpm
-       $(PYTHON) $(buildscript-dir)/genico.py $< $@
+       $(PYTHON) $(buildscript-dir)/genicon.py $< $@
 
 default: $(lilypond-icon) $(ly-icon)