]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/essay/GNUmakefile
Doc: move material from bibliography/ to essay/.
[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 local-WWW-2: $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html) index.html)
23 endif
24
25 $(outdir)/%.bib: %.bib
26         ln -f $< $@
27
28 $(outdir)/%.html: %.bib
29         BSTINPUTS=$(src-dir) $(buildscript-dir)/bib2html -o $@ $<
30
31 local-clean:
32         rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
33