]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Doc: use basic-authors.itexi for toplevel AUTHORS.
[lilypond.git] / Documentation / topdocs / GNUmakefile
index f9b4aa23e610397b4475b5f323179307c89099d7..037cc39f1ae753310d903e5db8f4442c4d705911 100644 (file)
@@ -1,14 +1,20 @@
 depth = ../..
 
-
 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html))
+OUT_TEXI_FILES = $(TELY_FILES:%.tely=$(outdir)/%.texi)
+HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
+README_TOP_FILES=NEWS AUTHORS INSTALL README
+OUTTXT_FILES= $(outdir)/NEWS.txt
+
+include $(depth)/make/stepmake.make
 
-include $(depth)/make/stepmake.make 
+# FIXME ad-hoc file copy?
+$(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely
+       cp -f $< $@
 
-ifneq ($(out),www)
-LILYPOND='true'
+ifeq ($(out),www)
+local-WWW-1: $(OUT_TEXI_FILES)
 endif
 
-$(outdir)/NEWS.nexi: NEWS.tely
+.SECONDARY: