]> git.donarmstrong.com Git - lilypond.git/commitdiff
Change makeinfo invocation for translated docs.
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 26 Jul 2007 21:05:12 +0000 (23:05 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 26 Jul 2007 21:05:12 +0000 (23:05 +0200)
Passing document language through LANG is absurd and we don't need it,
so we reset LANG in makeinfo invocation.

make/doclang-targets.make

index 2807388415905ae75427953373cba9d04f82f551..81b4cd009aba3c1cbc16740438bdc44a9ef74d8f 100644 (file)
@@ -12,7 +12,7 @@ default:
 
 $(outdir)/lilypond.nexi: $(ITELY_FILES) $(ITEXI_FILES)
 
-MAKEINFO = LANG=$(ISOLANG) $(MAKEINFO_PROGRAM) --force
+MAKEINFO = LANG= $(MAKEINFO_PROGRAM) --force
 
 $(outdir)/lilypond/index.html: $(outdir)/lilypond.nexi $(outdir)/user-ln doc-po
        mkdir -p $(dir $@)