]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/pictures/GNUmakefile
Doc-es: compile fix.
[lilypond.git] / Documentation / pictures / GNUmakefile
index d6cca648e276994d849405733fca6280884ec01a..e1b45d275ec10bc2c67d2b0faa76592a3f62a997 100644 (file)
@@ -1,16 +1,17 @@
 depth = ../..
 
+SUBDIRS = pdf
 
 BITMAP_IMAGES = $(call src-wildcard,*.png) $(call src-wildcard,*.jpg)
 EPS_ILLUSTRATIONS = $(call src-wildcard,*.eps)
 SVG_FILES = $(call src-wildcard,*.svg)
+PDF_DIR = $(call src-wildcard,pdf/*.pdf)
 
 EXTRA_DIST_FILES = $(BITMAP_IMAGES) $(EPS_ILLUSTRATIONS) $(SVG_FILES)
 
 OUT_PDF_IMAGES = $(EPS_ILLUSTRATIONS:%.eps=$(outdir)/%.pdf)
 OUT_BITMAP_IMAGES = $(BITMAP_IMAGES:%=$(outdir)/%)
 OUT_BITMAP_IMAGES += $(EPS_ILLUSTRATIONS:%.pdf=$(outdir)/%.png)
-OUT_SVG_IMAGES = $(SVG_FILES:%.svg=$(outdir)/%.png)
 
 STEPMAKE_TEMPLATES = documentation
 
@@ -22,7 +23,7 @@ include $(depth)/make/stepmake.make
 default:
 
 ifeq ($(out),www)
-local-WWW-1: $(OUT_BITMAP_IMAGES) $(OUT_PDF_IMAGES) $(OUT_SVG_IMAGES)
+local-WWW-1: $(OUT_BITMAP_IMAGES) $(OUT_PDF_IMAGES)
 endif
 
 #########
@@ -34,9 +35,6 @@ $(outdir)/%-flat-gray.png: %-flat-gray.png
 $(outdir)/%-flat-bw.png: %-flat-bw.png
        convert -depth 8 -geometry 50x50% $< $@
 
-$(outdir)/%.png: %.svg
-       convert -depth 8 -alpha Off -background white -layers flatten -trim +repage $< $@
-
 $(outdir)/%.png: %.png
        ln -f $< $@