]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Update of German index
[lilypond.git] / Documentation / topdocs / GNUmakefile
index d607526ace5ce09912b2e1bd4e1ea12e0d668bef..548636fdf5bf53f85d9d74c7ea3a1ee7525024ab 100644 (file)
@@ -3,7 +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