X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2FGNUmakefile;h=55f08098858a0d0a92d48d4bc06c7a1b54d18afd;hb=1cb67d08dde05a8ebfdd078eee4f51ebd50435d0;hp=b3fda3a8218aafd20d75470be342b133b64533f3;hpb=3a0e9efb7f067e5b334ba0596b95e15d96d7cc49;p=lilypond.git diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index b3fda3a821..55f0809885 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,18 +1,46 @@ depth = .. NAME = documentation -SUBDIRS= user programmer bibliography pictures topdocs ntweb misc -STEPMAKE_TEMPLATES=documentation texinfo +LANGS = fr # don't enable unpolished or broken translations +SUBDIRS=user bibliography pictures topdocs misc po $(LANGS) +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 +EXTRA_DIST_FILES= texinfo.css -README_TOP_FILES=NEWS DEDICATION CHANGES TODO -EXTRA_DIST_FILES = +include $(depth)/make/stepmake.make -include $(depth)/make/stepmake.make +default: local-doc -default: do-doc +local-WWW: copy-for-me txt-to-html $(outdir)/index.html -local-WWW: copy-for-me +local-WWW-clean: deep-WWW-clean + +deep-WWW-clean: + rm -rf $(outdir)/wiki-dump copy-for-me: - $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true + $(foreach a, $(README_TOP_FILES), cp $(top-src-dir)/$(a) $(outdir)/$(a).txt && ) true + +OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(README_TOP_FILES))) + +# cd $(outdir) rule gets bit hairy for --srcdir configure builds +txt-to-html: + $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES) +ifneq ($(ISOLANG),) +new-lang: + @if (( $$(file -b $(ISOLANG)) == directory )) 2>/dev/null; \ + then echo "Error: $(ISOLANG) directory already exists. Exiting." ; \ + exit 3 ; \ + fi + mkdir -p $(ISOLANG)/user + cp fr/GNUmakefile $(ISOLANG) + cp fr/user/GNUmakefile $(ISOLANG)/user + sed -i -e 's/ISOLANG *= *fr/ISOLANG = $(ISOLANG)/' $(ISOLANG)/GNUmakefile $(ISOLANG)/user/GNUmakefile + $(PYTHON) $(depth)/buildscripts/texi-langutils.py -d $(outdir) -b "UNTRANSLATED NODE: IGNORE ME" -o doc.pot --skeleton --gettext ../user/lilypond.tely + mv $(outdir)/*.*tely $(ISOLANG)/user + msgmerge -U po/lilypond-doc.pot $(outdir)/doc.pot + cp po/lilypond-doc.pot po/$(ISOLANG).po +endif \ No newline at end of file