]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Add topdocs/INSTALL that includes install.itely. Fixes distribution
[lilypond.git] / Documentation / topdocs / GNUmakefile
index 43c2b26ab1c96f288a7a97c9a9e84edb41161cc4..548636fdf5bf53f85d9d74c7ea3a1ee7525024ab 100644 (file)
@@ -3,8 +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
 
-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
+
+