[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-commit] Changes to auctex/doc/wininstall.texi,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-commit] Changes to auctex/doc/wininstall.texi,v |
Date: |
Sun, 14 Jan 2007 22:36:12 +0000 |
CVSROOT: /cvsroot/auctex
Module name: auctex
Changes by: Ralf Angeli <angeli> 07/01/14 22:36:12
Index: wininstall.texi
===================================================================
RCS file: /cvsroot/auctex/auctex/doc/wininstall.texi,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- wininstall.texi 7 Jan 2007 10:02:56 -0000 1.28
+++ wininstall.texi 14 Jan 2007 22:36:11 -0000 1.29
@@ -1,3 +1,7 @@
address@hidden This is part of the AUCTeX Manual.
address@hidden Copyright (C) 2003, 2004, 2005, 2006, 2007
address@hidden Free Software Foundation, Inc.
address@hidden See the file auctex.texi for copying conditions.
@ifset rawfile
@include macros.texi
@end ifset
@@ -11,7 +15,7 @@
@enumerate
@item
-Install the prerequisites, i.e. GNU Emacs or XEmacs, MSYS or Cygwin, a
+Install the prerequisites, i.e. Emacs or XEmacs, MSYS or Cygwin, a
@TeX{} system, and Ghostscript.
@item
@@ -21,15 +25,16 @@
@item
Configure @AUCTeX{}:
-For GNU Emacs: Many people like to install @AUCTeX{} into the pseudo
-file system hierarchy set up by the Emacs installation. Assuming Emacs
-is installed in @file{C:/Program Files/Emacs} and the directory for
-local additions of your @TeX{} system, e.g. address@hidden, is
+For Emacs: Many people like to install @AUCTeX{} into the pseudo file
+system hierarchy set up by the Emacs installation. Assuming Emacs is
+installed in @file{C:/Program Files/Emacs} and the directory for local
+additions of your @TeX{} system, e.g. address@hidden, is
@file{C:/localtexmf}, you can do this by typing the following statement
at the shell prompt:
@example
./configure --prefix='C:/Program Files/Emacs' \
+ --infodir='C:/Program Files/Emacs/info' \
--with-texmf-dir='C:/localtexmf'
@end example
@@ -177,7 +182,7 @@
which is rather close to its Unix cousins.
@item
-A working copy of @uref{http://www.cs.wisc.edu/~ghost,Ghostscript} is
+A working copy of @uref{http://www.cs.wisc.edu/~ghost/,Ghostscript} is
required for @previewlatex{} operation. Examining the output from
@example
gswin32c -h
@@ -217,7 +222,8 @@
@var{prefix}.
This option also affects the defaults for placing the Texinfo
-documentation files and automatically generated style hooks.
+documentation files (see also @samp{--infodir} below) and automatically
+generated style hooks.
If you have a central directory hierarchy (not untypical with Cygwin)
for such stuff, you might want to specify its root here. You stand a
@@ -262,6 +268,13 @@
@ref{Configure}.
@end ifclear
address@hidden address@hidden:/path/to/info/directory}
+If you are installing into an Emacs directory, info files have to be put
+into the @file{info} folder below that directory. The configuration
+script will usually try to install into the folder @file{share/info}, so
+you have to override this by specifying something like
address@hidden'C:/Program Files/info'} for the configure call.
+
@item address@hidden:/dir}
Directory containing automatically generated information. You should
not normally need to set this, as @samp{--prefix} should take care of
@@ -276,7 +289,7 @@
This will specify the directory where your @TeX{} installation sits. If
your @TeX{} installation does not conform to the TDS (@TeX{} directory
standard), you may need to specify more options to get everything in
-place:
+place.
@end table
For more information about any of the above and additional options, see