]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/misc/GNUmakefile
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / misc / GNUmakefile
1 depth = ../..
2
3 NAME = documentation
4
5 STEPMAKE_TEMPLATES = documentation texinfo
6
7 TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) \
8   $(call src-wildcard,CHANGES-*[0-9]) \
9   $(call src-wildcard,ChangeLog*[0-9]) \
10   $(call src-wildcard,NEWS-*[0-9]) \
11   $(call src-wildcard,THANKS-*[0-9])
12
13 include $(depth)/make/stepmake.make
14
15 default: local-txt-doc
16
17 #urg default local-WWW target uses footify before its time;
18 # must add footify with txt-to-html target
19 OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(TEXTS)))
20 ##local-WWW-2: $(OUT_TXT_FILES) $(OUT_HTMLFILES) txt-to-html
21
22 $(outdir)/%.txt: %
23         cp $< $@
24
25 txt-to-html:
26         $(buildscript-dir)/text2html $(OUT_TXT_FILES)
27         $(footify) $(addprefix $(outdir)/, $(addsuffix .html, $(TEXTS)))