]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
patch::: 1.3.45.jcn1
[lilypond.git] / Documentation / GNUmakefile
index c7dbe8373f69ff5439f3f80eac6ca36966c0ffd2..7f4113cdef09077bf2a444aa84dbb1a4221621c4 100644 (file)
@@ -1,21 +1,21 @@
-# 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 = COPYRIGHT
-
+SUBDIRS=user bibliography pictures topdocs ntweb misc
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond mudela
 
-
-BLURBS=BLURB COPERTINA FLAPTEKST
+README_TOP_FILES=NEWS DEDICATION CHANGES TODO
+EXTRA_DIST_FILES=
 
 include $(depth)/make/stepmake.make 
 
-default: do-doc
+default: local-doc
+
+local-WWW: copy-for-me $(outdir)/regression-test.ps.gz $(outdir)/regression-test.html
+# we want footers even if website builds (or is built) partly
+       $(MAKE) footify
 
-info: $(outdir)/$(package).info
+copy-for-me:
+       $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true