]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
patch::: 1.3.45.jcn1
[lilypond.git] / Documentation / GNUmakefile
index 74083082de0392070bcbeb1084ef0603c556a20a..7f4113cdef09077bf2a444aa84dbb1a4221621c4 100644 (file)
@@ -1,26 +1,21 @@
-# Documentation/Makefile
-
 depth = ..
 
 NAME = documentation
-SUBDIRS= user 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 
-
+SUBDIRS=user bibliography pictures topdocs ntweb misc
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond mudela
 
-
-BLURBS=BLURB 
+README_TOP_FILES=NEWS DEDICATION CHANGES TODO
+EXTRA_DIST_FILES=
 
 include $(depth)/make/stepmake.make 
 
-default: do-doc
-
-info: $(outdir)/$(package).info
+default: local-doc
 
-local-WWW: copy-for-me
+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
 
 copy-for-me:
        $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
+