]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/GNUmakefile
Add test file for single-note tuplets
[lilypond.git] / Documentation / topdocs / GNUmakefile
1 depth = ../..
2
3
4 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
5 LOCALSTEPMAKE_TEMPLATES=lilypond ly
6 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
7 PDF_FILES=$(outdir)/NEWS.pdf
8 include $(depth)/make/stepmake.make
9
10 MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user
11
12 ifneq ($(out),www)
13 LILYPOND_BINARY='true'
14 endif
15
16 $(outdir)/NEWS.nexi: NEWS.tely
17
18