]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/tex/Makefile
34befe747bb7b52112ce147bd3f3b2e6307f2d6a
[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))
15         ls-latex --title 'LaTeX documents about LilyPond' --extension .ps.gz $(BIBFILES) $(DOCFILES) > $(outdir)/index.html
16
17 $(outdir)/%.bib: %.bib
18         ln $< $@