]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/essay/GNUmakefile
Merge commit 'origin/master'
[lilypond.git] / Documentation / essay / GNUmakefile
1 depth = ../..
2
3 STEPMAKE_TEMPLATES=tex documentation
4 LOCALSTEPMAKE_TEMPLATES = lilypond ly
5
6 OUT_BIB_FILES = $(addprefix $(outdir)/, $(BIB_FILES))
7 EXTRA_DIST_FILES= $(BIB_FILES) $(call src-wildcard,*.bst) 
8 BIB_FILES= $(call src-wildcard,*.bib)
9
10 include $(depth)/make/stepmake.make
11
12 dvi: $(DVI_FILES) $(OUT_BIB_FILES)
13
14 ps: $(PS_FILES)
15
16 default:
17
18 GENHTMLS = engraving colorado computer-notation
19 OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html))
20
21 ifeq ($(out),www)
22 #   temporary build fix; we don't know yet what's happening
23 #   to the literature index.  -gp
24 # local-WWW-2: $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html) lit-index.html)
25 endif
26
27 $(outdir)/%.bib: %.bib
28         ln -f $< $@
29
30 $(outdir)/%.html: %.bib
31         BSTINPUTS=$(src-dir) $(buildscript-dir)/bib2html -o $@ $<
32
33 local-clean:
34         rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
35