]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / Documentation / topdocs / GNUmakefile
index d1ff8756518946d94481902703dd23292b2d51b3..6fd3a7504fab40667f37e8eafc76f27e28c32752 100644 (file)
@@ -3,14 +3,17 @@ 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
 
-ifneq ($(out),www)
-LILYPOND='true'
-endif
+MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user
 
-$(outdir)/NEWS.nexi: NEWS.tely
+local-WWW-1: $(OUT_TEXI_FILES)
 
+.SECONDARY: