* Documentation/user/refman.itely: remove superfluous -'s
[lilypond.git] / Documentation / GNUmakefile
blob5e8bbb03b3b51a46421889854f4c88eeaad1ac95
1 depth = ..
3 NAME = documentation
4 SUBDIRS=user bibliography pictures topdocs
5 STEPMAKE_TEMPLATES=documentation texinfo tex
6 LOCALSTEPMAKE_TEMPLATES=lilypond ly
7 LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
8 README_TOP_FILES= DEDICATION ChangeLog
9 EXTRA_DIST_FILES= ChangeLog-1.5
11 include $(depth)/make/stepmake.make
13 default: local-doc
15 local-WWW: copy-for-me txt-to-html $(outdir)/index.html
17 local-WWW-clean: deep-WWW-clean
19 deep-WWW-clean:
20 rm -rf $(outdir)/wiki-dump
22 copy-for-me:
23 $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true
25 OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES)))
27 # cd $(outdir) rule gets bit hairy for --srcdir configure builds
28 txt-to-html:
29 $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES)