aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorEli Zaretskii2011-03-09 18:54:08 +0200
committerEli Zaretskii2011-03-09 18:54:08 +0200
commit63a329f81d59e60a6cc3a6e06f1ef5f7749bb4a2 (patch)
treeb4a38fba8b3b1c41134b46f308a51e4017eea23b /doc/lispref
parentcfe0661dbe4551a93878428bc40c53adeb4864ae (diff)
downloademacs-63a329f81d59e60a6cc3a6e06f1ef5f7749bb4a2.tar.gz
emacs-63a329f81d59e60a6cc3a6e06f1ef5f7749bb4a2.zip
Allow building manuals with Texinfo before v4.12.
doc/lispref/intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding. doc/lispref/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding. doc/lispref/elisp.texi: Use ISO-8859-1 in @documentencoding. doc/emacs/ack.texi (Acknowledgments): Convert to ISO-8859-1 encoding. Use Texinfo @-commands for non Latin-1 characters. doc/emacs/emacs.texi: Use ISO-8859-1 in @documentencoding. doc/emacs/makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/elisp.texi2
-rw-r--r--doc/lispref/intro.texi4
-rw-r--r--doc/lispref/makefile.w32-in2
4 files changed, 10 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 7a402c902e5..fb99bee7aee 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,9 @@
12011-03-09 Eli Zaretskii <eliz@gnu.org>
2
3 * intro.texi (Acknowledgements): Convert to ISO-8859-1 encoding.
4
5 * makefile.w32-in (MAKEINFO_OPTS): Add --enable-encoding.
6
12011-03-08 Glenn Morris <rgm@gnu.org> 72011-03-08 Glenn Morris <rgm@gnu.org>
2 8
3 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding. 9 * Makefile.in (MAKEINFO_OPTS): Add --enable-encoding.
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 1bd10633d44..69c50ba42be 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -62,7 +62,7 @@ developing GNU and promoting software freedom.''
62@end quotation 62@end quotation
63@end copying 63@end copying
64 64
65@documentencoding UTF-8 65@documentencoding ISO-8859-1
66 66
67@dircategory GNU Emacs Lisp 67@dircategory GNU Emacs Lisp
68@direntry 68@direntry
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi
index 59718cbee75..7c070726023 100644
--- a/doc/lispref/intro.texi
+++ b/doc/lispref/intro.texi
@@ -1,4 +1,4 @@
1@c -*-coding: utf-8-*- 1@c -*-coding: iso-latin-1-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990-1994, 2001-2011 Free Software Foundation, Inc. 3@c Copyright (C) 1990-1994, 2001-2011 Free Software Foundation, Inc.
4@c See the file elisp.texi for copying conditions. 4@c See the file elisp.texi for copying conditions.
@@ -542,6 +542,6 @@ Kirman, Bob Knighten, Frederick M. Korz, Joe Lammens, Glenn M. Lewis,
542K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip 542K. Richard Magill, Brian Marick, Roland McGrath, Stefan Monnier, Skip
543Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti, 543Montanaro, John Gardiner Myers, Thomas A. Peterson, Francesco Potorti,
544Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney, 544Friedrich Pukelsheim, Arnold D. Robbins, Raul Rockwell, Jason Rumney,
545Per Starbäck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill 545Per Starbäck, Shinichirou Sugou, Kimmo Suominen, Edward Tharp, Bill
546Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding, 546Trost, Rickard Westman, Jean White, Eduard Wiebe, Matthew Wilding,
547Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn. 547Carl Witty, Dale Worley, Rusty Wright, and David D. Zuhn.
diff --git a/doc/lispref/makefile.w32-in b/doc/lispref/makefile.w32-in
index d074dd22e24..7b88e861d67 100644
--- a/doc/lispref/makefile.w32-in
+++ b/doc/lispref/makefile.w32-in
@@ -33,7 +33,7 @@ texinfodir = $(srcdir)/../misc
33TEX=tex 33TEX=tex
34INSTALL_INFO = install-info 34INSTALL_INFO = install-info
35MAKEINFO = makeinfo 35MAKEINFO = makeinfo
36MAKEINFO_OPTS = --force -I$(srcdir) -I$(emacsdir) 36MAKEINFO_OPTS = --force --enable-encoding -I$(srcdir) -I$(emacsdir)
37 37
38# The environment variable and its value to add $(srcdir) to the path 38# The environment variable and its value to add $(srcdir) to the path
39# searched for TeX input files. 39# searched for TeX input files.