]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
release: 1.2.7
[lilypond.git] / Documentation / GNUmakefile
index c7dbe8373f69ff5439f3f80eac6ca36966c0ffd2..e8d8df44ffc68bfd1fbe0e5492638dfd85e6cf94 100644 (file)
@@ -3,15 +3,16 @@
 depth = ..
 
 NAME = documentation
-SUBDIRS=man tex pictures topdocs ntweb
-STEPMAKE_TEMPLATES=documentation 
-README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1 AIMS
+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
+EXTRA_DIST_FILES = COPYRIGHT 
 
 
 
-BLURBS=BLURB COPERTINA FLAPTEKST
+BLURBS=BLURB 
 
 include $(depth)/make/stepmake.make 
 
@@ -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