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