]> git.donarmstrong.com Git - lilypond.git/commitdiff
Call makeinfo with --enable-encoding
authorJohn Mandereau <john.mandereau@gmail.com>
Fri, 27 Jul 2007 05:48:36 +0000 (07:48 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Fri, 27 Jul 2007 05:48:36 +0000 (07:48 +0200)
This flag tells makeinfo to output

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

in HTML manual.

make/doclang-targets.make

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