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