]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
patch::: 1.3.45.jcn1
[lilypond.git] / Documentation / GNUmakefile
index 22da57bfe083c6f62987df1e8e581af375ef6890..7f4113cdef09077bf2a444aa84dbb1a4221621c4 100644 (file)
@@ -1,20 +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
-# INFO_FILES = $(wildcard $(outdir)/$(package).info*)
-
-EXTRA_DIST_FILES = gnu-music-history TODO 
+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
 
-texinfo: $(outdir)/$(package).info
+copy-for-me:
+       $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true