]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/GNUmakefile
.
[lilypond.git] / Documentation / user / GNUmakefile
index f0b566c5ff45d698daca31a21fefb417c9769c66..409ca8ec2375ac850307cae47573730f33ec67ce 100644 (file)
@@ -8,7 +8,11 @@ LATEX_FILES =$(wildcard *.latex)
 # todo: add latex.
 DVI_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.dvi))
 
-EXTRA_DIST_FILES= $(LATEX_FILES)
+EXTRA_DIST_FILES= $(LATEX_FILES) $(IMAGES)
+IMAGES=$(wildcard *.png)
+
+OUT_EPS_IMAGES=$(addprefix $(outdir)/,$(IMAGES:.png=.eps))
+OUT_PNG_IMAGES=$(addprefix $(outdir)/,$(IMAGES))
 
 HTML_FILES = $(addprefix $(outdir)/, $(TELY_FILES:.tely=.html))
 
@@ -34,6 +38,7 @@ include $(depth)/make/stepmake.make
 # lilypond.tely uses mbinclude
 TEXINFO_SOURCES := $(filter-out lilypond.tely, $(TEXINFO_SOURCES))
 
+
 dvi: $(DVI_FILES)
 
 ps: $(PS_FILES)
@@ -61,22 +66,30 @@ extra-local-help:
 
 # Generic rule using % twice not possible?
 # $(outdir)/%/%.html: $(outdir)/%.texi
-$(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi
+$(outdir)/lilypond/lilypond.html: $(outdir)/lilypond.texi 
        mkdir -p $(dir $@)
-       $(MAKEINFO) --output=$@ --html $<
+       $(MAKEINFO) --output=$(outdir)/lilypond --html $<
        -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond
        -cp -f $(outdir)/lilypond/index.html $@
        $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)
 
 $(outdir)/lilypond-internals/lilypond-internals.html: $(outdir)/lilypond-internals.texi
        mkdir -p $(dir $@)
-       $(MAKEINFO) --output=$@ --html $<
+       $(MAKEINFO) --output=$(outdir)/lilypond-internals --html $<
        -cp -f $(outdir)/*.{png,ly} $(outdir)/lilypond-internals
        -cp -f $(outdir)/lilypond-internals/index.html $@
        $(deep-footify) $(shell find $(outdir)/$(*F)/*.html)
 
 ifeq ($(SPLITTING_MAKEINFO),yes)
 
+$(outdir)/lilypond.dvi: $(OUT_EPS_IMAGES) $(OUT_PNG_IMAGES)
+
+$(outdir)/%.png: %.png
+       convert -resize 50x50% $< $@
+
+$(outdir)/%.eps: %.png
+       convert $< $@
+
 DEEP_HTML_FILES = $(outdir)/lilypond/lilypond.html $(outdir)/lilypond-internals/lilypond-internals.html
 
 else
@@ -84,7 +97,7 @@ else
 # Links referred to by Documentation index
 LILYPOND_LINKS=Reference-Manual.html Tutorial.html Ly2dvi.html Midi2ly.html
 
-local-WWW: deep-symlinks
+local-WWW: outimages deep-symlinks
 
 deep-symlinks:
        mkdir -p $(outdir)/lilypond