]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/pictures/GNUmakefile
Docs: rename Documentation/pictures/ to Documentation/logo/
[lilypond.git] / Documentation / pictures / GNUmakefile
index 4a8f2eb72f0e28a0f003389cce973b062932da2a..385043d56141bcabb879e14770563c56b1a17d15 100644 (file)
@@ -1,27 +1,6 @@
 depth = ../..
 
 STEPMAKE_TEMPLATES=documentation
-XPM_FILES=$(call src-wildcard,*.xpm)
-EXTRA_DIST_FILES= $(XPM_FILES)
-
-lilypond-icon = $(outdir)/lilypond.ico
-ly-icon = $(outdir)/ly.ico
 
 include $(depth)/make/stepmake.make
 
-ifeq ($(PLATFORM_WINDOWS),yes)
-
-$(outdir)/%.ico: %.xpm
-       $(buildscript-dir)/genicon $< $@
-
-default: $(lilypond-icon) $(ly-icon)
-
-endif # PLATFORM_WINDOWS
-
-local-dist: $(icon) 
-xgifs: $(OUTGIF_FILES)
-pngs: $(OUTPNG_FILES)
-
-ifeq ($(out),www)
-local-WWW-1: $(OUTPNG_FILES)
-endif