X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=a56d00d9f2fb4a533235e38ce32e28a7a05fe79f;hb=7ed647a5156dd27b5c8705f3a12b12f4558d05ce;hp=716212ddb626335300230228ed845c869f8cbfef;hpb=1a71119277d04b287b3a976c526adba6500239c6;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 716212ddb6..a56d00d9f2 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,26 +1,29 @@ -# 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 misc +STEPMAKE_TEMPLATES=documentation texinfo tex +LOCALSTEPMAKE_TEMPLATES=lilypond ly +LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"' +README_TOP_FILES= DEDICATION THANKS ChangeLog +EXTRA_DIST_FILES= texinfo.css +include $(depth)/make/stepmake.make +default: local-doc -BLURBS=BLURB +local-WWW: copy-for-me txt-to-html $(outdir)/index.html -include $(depth)/make/stepmake.make +local-WWW-clean: deep-WWW-clean -default: do-doc +deep-WWW-clean: + rm -rf $(outdir)/wiki-dump -info: $(outdir)/$(package).info +copy-for-me: + $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true -local-WWW: copy-for-me +OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) -copy-for-me: - $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true +# cd $(outdir) rule gets bit hairy for --srcdir configure builds +txt-to-html: + $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES)