]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
release: 1.2.7
[lilypond.git] / Documentation / GNUmakefile
index 76f54de9717399c37d4f927f798df6e7d3eb6660..e8d8df44ffc68bfd1fbe0e5492638dfd85e6cf94 100644 (file)
@@ -3,14 +3,16 @@
 depth = ..
 
 NAME = documentation
-SUBDIRS=man tex pictures topdocs ntweb
-STEPMAKE_TEMPLATES=documentation 
-README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1
-# INFO_FILES = $(wildcard $(outdir)/$(package).info*)
+SUBDIRS= tex metadoc bibliography pictures topdocs ntweb
+STEPMAKE_TEMPLATES=documentation  texinfo
 
-EXTRA_DIST_FILES = gnu-music-history TODO 
+README_TOP_FILES=NEWS DEDICATION TODO  AIMS
+INFO_FILES = $(wildcard $(outdir)/$(package).info*)
+EXTRA_DIST_FILES = COPYRIGHT 
 
-BLURBS=BLURB COPERTINA FLAPTEKST
+
+
+BLURBS=BLURB 
 
 include $(depth)/make/stepmake.make 
 
@@ -18,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