summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-03 20:52:29 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-04 08:57:29 -0800
commit49035b4d4f65132bd5426ec57e499152b52ba2c2 (patch)
treec5d2ed3e99ac42ee3f620e155571558cf989285f
parent5a29051fa9b6f4a20df041ba7221796e31bf8342 (diff)
downloadautomake-49035b4d4f65132bd5426ec57e499152b52ba2c2.tar.gz
doc: fix encoding error with UTF-8 characters
* doc/automake.texi: Specify @documentencoding and @documentlanguage, to prevent encoding errors for parts of this input file that are UTF-8. This also causes the .info output to use curly quotes, which is easier to read though it does assume UTF-8 support.
-rw-r--r--doc/automake.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index cd33ad7c3..20855d692 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -2,6 +2,8 @@
@c %**start of header
@setfilename automake.info
@settitle automake
+@documentencoding UTF-8
+@documentlanguage en
@setchapternewpage off
@c %**end of header