[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 2d28bd16 2/2: Avoid `makeinfo` warnings
From: |
Arash Esbati |
Subject: |
master 2d28bd16 2/2: Avoid `makeinfo` warnings |
Date: |
Thu, 18 Aug 2022 03:34:30 -0400 (EDT) |
branch: master
commit 2d28bd1630dd02250f3aaf1388ac6348e580d5fc
Author: Werner Lemberg <wl@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
Avoid `makeinfo` warnings
* doc/changes.texi, doc/wininstall.texi: Protect `@cindex` entries with
`@ifclear rawfile`.
---
doc/changes.texi | 2 ++
doc/wininstall.texi | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/doc/changes.texi b/doc/changes.texi
index 6c0a5723..59949002 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -1136,8 +1136,10 @@ inserted by typing @key{"}.
Completion support for options of some @LaTeX{} packages was added.
@item
+@ifclear rawfile
@cindex @file{auctex.el}
@cindex @file{tex-site.el}
+@end ifclear
Already in version 11.81 the way to activate @AUCTeX{} changed
substantially. This should now be done with @code{(load "auctex.el" nil
t t)} instead of the former @code{(require 'tex-site)}. Related to this
diff --git a/doc/wininstall.texi b/doc/wininstall.texi
index 230f8e22..1c812d4d 100644
--- a/doc/wininstall.texi
+++ b/doc/wininstall.texi
@@ -47,8 +47,10 @@ containing the programs to the @env{PATH} environment
variable if
necessary. Here is how to do that in W2000/XP:
@enumerate
+@ifclear rawfile
@cindex Adding to @env{PATH} in Windows
@cindex @env{PATH} in Windows
+@end ifclear
@item
On the desktop, right click ``My Computer'' and select properties.
@item
@@ -303,7 +305,9 @@ in either a site-wide @file{site-start.el} or your personal
startup file
(usually accessible as @file{~/.emacs} or @file{~/.emacs.d/init.el} from
within Emacs).
+@ifclear rawfile
@cindex @file{tex-mik.el}
+@end ifclear
The default configuration of @AUCTeX{} is probably not the best fit for
Windows systems with MiK@TeX{}. You might want to add
@lisp
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 2d28bd16 2/2: Avoid `makeinfo` warnings,
Arash Esbati <=