From: John Mandereau Date: Mon, 27 Jul 2009 08:22:18 +0000 (+0200) Subject: Fix 'make dist' X-Git-Tag: release/2.13.4-1~283 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1c8c863a8f0eac302647cf6c34c49dc02a218693;p=lilypond.git Fix 'make dist' --- diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index 231598d8f4..037cc39f1a 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -1,16 +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 +# FIXME ad-hoc file copy? +$(outdir)/NEWS.tely: $(top-src-dir)/Documentation/changes.tely + cp -f $< $@ + ifeq ($(out),www) local-WWW-1: $(OUT_TEXI_FILES) endif