]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/tex/GNUmakefile
release: 1.1.1
[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 TEX_FILES = $(wildcard *.tex)
8 DOC_FILES = $(wildcard *.doc)
9 DVI_FILES = $(addprefix $(outdir)/,$(DOC_FILES:.doc=.dvi) $(YO_FILES:.yo=.dvi))
10 OUT_BIB_FILES = $(addprefix $(outdir)/, $(BIB_FILES))
11
12 # just include me
13 YO_URG_FILES = $(wildcard *.yo-urg)
14
15 OUTTEX_FILES = $(addprefix $(outdir)/, $(TEX_FILES))
16 OUTDOC_FILES = $(addprefix $(outdir)/, $(DOC_FILES))
17 EL_FILES = $(wildcard *.el)
18 BIB_FILES= $(wildcard *.bib)
19 EXTRA_DIST_FILES= $(BIB_FILES) $(DOC_FILES) $(DATA_FILES) $(EL_FILES) $(YO_URG_FILES) $(TEX_FILES)
20 HTML_FILES = $(addprefix $(outdir)/, $(YO_FILES:.yo=.html))
21 PS_FILES = $(DVI_FILES:.dvi=.ps)
22
23 STEPMAKE_TEMPLATES=tex documentation
24 LOCALSTEPMAKE_TEMPLATES=lilypond mudela
25
26 export BIBINPUTS:=$(shell pwd)//$(PATHSEP)$(BIBINPUTS)
27 include $(depth)/make/stepmake.make 
28
29
30
31
32
33
34 dvi: $(OUT_BIB_FILES) $(DVI_FILES)
35
36
37 ps: $(PS_FILES)
38
39 # urg
40 default:
41
42 GENHTMLS = engraving colorado glossary computer-notation
43 OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html))
44
45 #urg should generalise and move Lilypond -> StepMake
46 # URG.  Lilypond specific. Move out. 
47 $(outdir)/%.html: %.data $(depth)/VERSION
48         $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep='\r' --package=$(topdir) -o $@ $<
49         $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $@
50
51 $(outdir)/%.tex: %.data $(depth)/VERSION
52         $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep='\r' --package=$(topdir) -o $@ --latex $<
53
54
55 $(outdir)/glossary.dvi: $(outdir)/glossary-table.tex
56 $(outdir)/glossary.html: $(outdir)/glossary-table.html
57
58
59 local-WWW: $(HTML_FILES) $(OUTDOC_FILES:.doc=.ps.gz) $(OUTTEX_FILES:.tex=.ps.gz) $(OUTYO_FILES:.yo=.latex) $(OUTYO_FILES:.yo=.ps.gz) $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html)) $(datafiles)
60         $(PYTHON) $(step-bindir)/ls-latex.py --package=$(topdir) --title 'LaTeX documents about LilyPond' \
61           $(YO_FILES) $(OUTYO_FILES:.yo=.latex) $(BIB_FILES) $(DOC_FILES) $(TEX_FILES)\
62           | sed "s!$(outdir)/!!g" > $(outdir)/index.html
63           $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $(outdir)/index.html
64
65 $(outdir)/%.bib: %.bib
66         ln -f $< $@
67
68 # ignore result since bib2html is nonstandard. Errors would halt the RPM build.j  
69 $(outdir)/%.html: %.bib
70         -bib2html $< $@
71
72 # Yeah right: 
73 # make -k out/mudela.dvi => cp -f out/vocabulary.tex out/mudela.dvi
74
75 #out/%: $(outdir)/%
76 #       cp -f $< $@