]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/tex/Makefile
partial: 1.0.1.jcn
[lilypond.git] / Documentation / tex / Makefile
1
2 depth=../..
3 include ./$(depth)/make/Include.make 
4 include ./$(depth)/make/Docrules.make
5 #
6
7 DOCFILES = $(wildcard *.doc)
8 OUTDOCFILES = $(addprefix $(outdir)/, $(DOCFILES))
9 BIBFILES= $(wildcard *.bib)
10 EXTRA_DISTFILES= $(BIBFILES) $(DOCFILES)
11
12 dvi: $(DVIFILES)
13
14 local-WWW: $(OUTDOCFILES:.doc=.ps.gz) $(addprefix $(outdir)/, $(BIBFILES:.bib=.html))
15         ls-latex --title 'LaTeX documents about LilyPond' $(BIBFILES) $(DOCFILES) > $(outdir)/index.html
16
17 $(outdir)/%.bib: %.bib
18         ln -f $< $@
19
20 $(outdir)/%.html: %.bib
21         bib2html $< $@