X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fpictures%2FGNUmakefile;h=4a8f2eb72f0e28a0f003389cce973b062932da2a;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=438389f944b8e088354abf71a7cd64f126b7b8d6;hpb=fecc6ecc2954607bef5885730bb53ae95360afb1;p=lilypond.git diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index 438389f944..4a8f2eb72f 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -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