]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/tex/GNUmakefile
9ac25bad2789a1301f138ff64685ef89c96487e2
[lilypond.git] / Documentation / tex / GNUmakefile
1 # Documentation/tex/Makefile
2
3 depth=../..
4
5 DATA_FILES = $(wildcard *.data)
6 datafiles = $(addprefix $(outdir)/,$(DATA_FILES:.data=.html))
7 DOC_FILES = $(wildcard *.doc)
8 DVI_FILES = $(addprefix $(outdir)/,$(DOC_FILES:.doc=.dvi) $(YO_FILES:.yo=.dvi))
9 OUT_BIB_FILES = $(addprefix $(outdir)/, $(BIB_FILES))
10
11 # just include me
12 YO_URG_FILES = $(wildcard *.yo-urg)
13
14 OUTDOC_FILES = $(addprefix $(outdir)/, $(DOC_FILES))
15 EL_FILES = $(wildcard *.el)
16 BIB_FILES= $(wildcard *.bib)
17 EXTRA_DIST_FILES= $(BIB_FILES) $(DOC_FILES) $(DATA_FILES) $(EL_FILES) $(YO_URG_FILES)
18 HTML_FILES = $(addprefix $(outdir)/, $(YO_FILES:.yo=.html))
19 PS_FILES = $(DVI_FILES:.dvi=.ps)
20
21 STEPMAKE_TEMPLATES=documentation
22 LOCALSTEPMAKE_TEMPLATES=lilypond mudela
23
24
25 include $(depth)/make/stepmake.make 
26
27
28 export BIBINPUTS:="$(topdir)/Documentation/tex//"#huh?
29
30
31
32 dvi: $(OUT_BIB_FILES) $(DVI_FILES)
33
34
35 ps: $(PS_FILES)
36
37 # urg
38 default:
39
40 GENHTMLS = engraving colorado glossary computer-notation
41 OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html))
42
43
44 $(outdir)/glossary.dvi: $(outdir)/glossary-table.tex
45 $(outdir)/glossary.html: $(outdir)/glossary-table.html
46
47
48 local-WWW: $(HTML_FILES) $(OUTDOC_FILES:.doc=.ps.gz) $(OUTYO_FILES:.yo=.latex) $(OUTYO_FILES:.yo=.ps.gz) $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html)) $(datafiles)
49         $(PYTHON) $(step-bindir)/ls-latex.py --package=$(topdir) --title 'LaTeX documents about LilyPond' \
50           $(YO_FILES) $(OUTYO_FILES:.yo=.latex) $(BIB_FILES) $(DOC_FILES) \
51           | sed "s!$(outdir)/!!g" > $(outdir)/index.html
52           $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $(outdir)/index.html
53
54 $(outdir)/%.bib: %.bib
55         ln -f $< $@
56
57 $(outdir)/%.html: %.bib
58         bib2html $< $@
59
60 # Yeah right: 
61 # make -k out/mudela.dvi => cp -f out/vocabulary.tex out/mudela.dvi
62
63 #out/%: $(outdir)/%
64 #       cp -f $< $@