]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
release: 1.3.0
[lilypond.git] / Documentation / GNUmakefile
index 395991e53a377f2c3c3a0df81b012f2eb13baec6..b3fda3a8218aafd20d75470be342b133b64533f3 100644 (file)
@@ -1,21 +1,18 @@
-# Documentation/Makefile
-
 depth = ..
 
 NAME = documentation
-SUBDIRS=man tex metadoc bibliography 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 = COPYRIGHT
-
+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