]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Deeply revise input/lsr structure, generation and compilation
[lilypond.git] / Documentation / topdocs / GNUmakefile
index 10f82f091d856b195afdb2e99edeac1bbf7fdf92..548636fdf5bf53f85d9d74c7ea3a1ee7525024ab 100644 (file)
@@ -3,6 +3,16 @@ depth = ../..
 
 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html))
+HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
+PDF_FILES=$(outdir)/NEWS.pdf
+include $(depth)/make/stepmake.make
+
+MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user
+
+ifneq ($(out),www)
+LILYPOND_BINARY='true'
+endif
+
+$(outdir)/NEWS.nexi: NEWS.tely
+
 
-include $(depth)/make/stepmake.make