]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/pictures/GNUmakefile
Update documentation targets
[lilypond.git] / Documentation / pictures / GNUmakefile
index 438389f944b8e088354abf71a7cd64f126b7b8d6..4a8f2eb72f0e28a0f003389cce973b062932da2a 100644 (file)
@@ -12,7 +12,7 @@ include $(depth)/make/stepmake.make
 ifeq ($(PLATFORM_WINDOWS),yes)
 
 $(outdir)/%.ico: %.xpm
-       $(PYTHON) $(buildscript-dir)/genicon.py $< $@
+       $(buildscript-dir)/genicon $< $@
 
 default: $(lilypond-icon) $(ly-icon)
 
@@ -21,4 +21,7 @@ endif # PLATFORM_WINDOWS
 local-dist: $(icon) 
 xgifs: $(OUTGIF_FILES)
 pngs: $(OUTPNG_FILES)
+
+ifeq ($(out),www)
 local-WWW-1: $(OUTPNG_FILES)
+endif