]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/GNUmakefile
537f761b0a8f847f578e16c0a8f99f12d664dad1
[lilypond.git] / Documentation / topdocs / GNUmakefile
1 depth = ../..
2
3
4 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
5 LOCALSTEPMAKE_TEMPLATES=lilypond ly
6 OUT_TEXI_FILES = $(TELY_FILES:%.tely=$(outdir)/%.texi)
7 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
8 PDF_FILES=$(outdir)/NEWS.pdf
9 README_TOP_FILES=NEWS AUTHORS INSTALL README
10 OUTTXT_FILES= $(outdir)/NEWS.txt
11
12 include $(depth)/make/stepmake.make
13
14 MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user
15 TEXI2HTML_FLAGS += -I $(top-src-dir)/Documentation/user
16
17 local-WWW-1: $(OUT_TEXI_FILES)
18
19 .SECONDARY:
20