]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix 'make dist'
authorJohn Mandereau <john.mandereau@gmail.com>
Mon, 27 Jul 2009 08:22:18 +0000 (10:22 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Mon, 27 Jul 2009 13:30:39 +0000 (15:30 +0200)
Documentation/topdocs/GNUmakefile

index 231598d8f4532649070c8046f2f215dcd2b678bb..037cc39f1ae753310d903e5db8f4442c4d705911 100644 (file)
@@ -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