]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
release: 1.2.7
[lilypond.git] / Documentation / GNUmakefile
index ac24fa99c914d2d0dcd52422bb1f29e48c075355..e8d8df44ffc68bfd1fbe0e5492638dfd85e6cf94 100644 (file)
@@ -5,6 +5,7 @@ depth = ..
 NAME = documentation
 SUBDIRS= tex metadoc bibliography pictures topdocs ntweb
 STEPMAKE_TEMPLATES=documentation  texinfo
+
 README_TOP_FILES=NEWS DEDICATION TODO  AIMS
 INFO_FILES = $(wildcard $(outdir)/$(package).info*)
 EXTRA_DIST_FILES = COPYRIGHT 
@@ -19,3 +20,7 @@ default: do-doc
 
 info: $(outdir)/$(package).info
 
+local-WWW: copy-for-me
+
+copy-for-me:
+       $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true