]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4713/1: Fix texi2html obsoleted option
authorMasamichi Hosoda <trueroad@trueroad.jp>
Thu, 24 Dec 2015 14:50:36 +0000 (23:50 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Sun, 3 Jan 2016 12:27:46 +0000 (21:27 +0900)
texi2html option `--lang' was obsoleted by `--document-language'.

make/doc-i18n-root-vars.make
stepmake/stepmake/texinfo-vars.make

index 48cfcdbb123c9fd43313373e492ca1553cb867ed..9178d57b3642def3bef63aef46db99a843ebb247 100644 (file)
@@ -41,7 +41,7 @@ WEB_MANUALS=web
 
 ###########
 ifneq ($(ISOLANG),)
-TEXI2HTML_LANG = --lang=$(ISOLANG)
+TEXI2HTML_LANG = --document-language=$(ISOLANG)
 endif
 
 $(XREF_MAPS_DIR)/web.$(ISOLANG).xref-map:\
index 20170d33b3e149451822e0af17d2a6fba0d2c887..7cd0e0fce581887ec9e9b804fb9df02611480650 100644 (file)
@@ -47,7 +47,7 @@ XREF_MAP_FLAGS += -I $(outdir) -I $(src-dir) $(DOCUMENTATION_INCLUDES)
 
 ###########
 ifneq ($(ISOLANG),)
-TEXI2HTML_LANG = --lang=$(ISOLANG)
+TEXI2HTML_LANG = --document-language=$(ISOLANG)
 endif
 
 TEXI2HTML_INIT = --init-file=$(top-src-dir)/Documentation/lilypond-texi2html.init