diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-08 00:59:18 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-08 00:59:18 -0800 |
commit | 6446548e027a18582e1f6661d553902b25d15157 (patch) | |
tree | debac082c76d15884e031cc746d657536693d10c /doc/emacs/Makefile.in | |
parent | 0afb4571a7b54dc7693e605f7ec8a0a3a9251b4d (diff) | |
download | emacs-6446548e027a18582e1f6661d553902b25d15157.tar.gz |
Convert some names in texinfo files to UTF-8.
* doc/emacs/Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
* doc/emacs/emacs.texi (Acknowledgments):
* doc/emacs/ack.texi (Acknowledgments): Names to UTF-8.
* doc/lispref/Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
* doc/lispref/intro.texi (Acknowledgements): Names to UTF-8.
Diffstat (limited to 'doc/emacs/Makefile.in')
-rw-r--r-- | doc/emacs/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in index 0ba396e6427..ae142dba6e6 100644 --- a/doc/emacs/Makefile.in +++ b/doc/emacs/Makefile.in @@ -38,7 +38,7 @@ texinfodir = $(srcdir)/../misc # The makeinfo program is part of the Texinfo distribution. # Use --force so that it generates output even if there are errors. MAKEINFO = @MAKEINFO@ -MAKEINFO_OPTS = --force -I $(srcdir) +MAKEINFO_OPTS = --force --enable-encoding -I $(srcdir) TEXI2DVI = texi2dvi TEXI2PDF = texi2pdf |