]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
patch::: 1.3.0.jcn1
[lilypond.git] / Documentation / GNUmakefile
index 01dfbe9578475c505ea0a7a618ad671167cce78c..b3fda3a8218aafd20d75470be342b133b64533f3 100644 (file)
@@ -1,20 +1,18 @@
-# Documentation/Makefile
-
 depth = ..
 
 NAME = documentation
-SUBDIRS=man tex pictures topdocs ntweb
-STEPMAKE_TEMPLATES=documentation 
-README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1 AIMS
-INFO_FILES = $(wildcard $(outdir)/$(package).info*)
-
-EXTRA_DIST_FILES = gnu-music-history TODO 
+SUBDIRS= user programmer bibliography pictures topdocs ntweb misc
+STEPMAKE_TEMPLATES=documentation  texinfo
 
-BLURBS=BLURB COPERTINA FLAPTEKST
+README_TOP_FILES=NEWS DEDICATION CHANGES TODO
+EXTRA_DIST_FILES = 
 
 include $(depth)/make/stepmake.make 
 
 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