]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/pictures/GNUmakefile
patch::: 1.0.8.jcn3: png
[lilypond.git] / Documentation / pictures / GNUmakefile
index a4fceddda318824c217bb12c1b1cc9b8e9ce8c79..488c762d9be8f7dec00cd36514f87e60a26bcef2 100644 (file)
@@ -3,14 +3,17 @@ depth = ../..
 STEPMAKE_TEMPLATES=documentation
 XPM_FILES=$(wildcard *.xpm)
 OUTGIF_FILES = $(addprefix $(outdir)/,$(XPM_FILES:.xpm=.gif))
+OUTPNG_FILES = $(addprefix $(outdir)/,$(XPM_FILES:.xpm=.png))
 
 EXTRA_DIST_FILES= $(XPM_FILES)
 
 include $(depth)/make/stepmake.make
 
 gifs: $(OUTGIF_FILES)
+pngs: $(OUTPNG_FILES)
 
-local-WWW: $(OUTGIF_FILES)
+# local-WWW: $(OUTGIF_FILES)
+local-WWW: $(OUTPNG_FILES)
 
 icon: $(outdir)/lelie_icon.gif
        cp $< $(depth)/$(outdir)/$(package)-icon.gif