]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / topdocs / GNUmakefile
index 548636fdf5bf53f85d9d74c7ea3a1ee7525024ab..ce3dc1f42beec03241cb71d546e8b2f99dd37385 100644 (file)
@@ -1,18 +1,18 @@
 depth = ../..
 
-
 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
+OUT_TEXI_FILES = $(TELY_FILES:%.tely=$(outdir)/%.texi)
 HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
-PDF_FILES=$(outdir)/NEWS.pdf
+README_TOP_FILES=NEWS AUTHORS INSTALL README
+OUTTXT_FILES= $(outdir)/NEWS.txt
+
 include $(depth)/make/stepmake.make
 
-MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user
+# FIXME ad-hoc file copy?
+$(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
+       cp -f $< $@
 
-ifneq ($(out),www)
-LILYPOND_BINARY='true'
+ifeq ($(out),www)
+local-WWW-1: $(OUT_TEXI_FILES)
 endif
-
-$(outdir)/NEWS.nexi: NEWS.tely
-
-