]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/Makefile
release: 1.0.3
[lilypond.git] / Documentation / topdocs / Makefile
1 # Documentation/topdocs/Makefile
2
3 depth = ../..
4
5 MAKEFILES=Documentation
6 LOCALMAKEFILES=Lilypond
7 BLURBS=BLURB COPERTINA FLAPTEKST
8
9 TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
10
11
12 include $(depth)/make/Stepmake.make 
13
14 default: do-doc 
15
16
17 # INFO_FILES = $(outdir)/$(package).info
18
19
20 # urg
21 $(outdir)/%.html: %.yo
22         $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@.in $<
23         $(sed-version) < $@.in > $@
24         rm -f $@.in
25         $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=index.html --news=$(depth)/NEWS $@
26
27 local-WWW:
28         -cp $(outdir)/*gif $(outdir)/index.html $(depth)  # don't fail if not making website
29
30
31 copy-to-top: 
32         $(foreach i, $(TO_TOP_FILES), \
33           cp $(i) $(depth)/ && ) true