diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-31 22:22:23 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-31 22:22:23 +0300 |
commit | 5c20c8b704f59e35e82c408fa44d8f9504f329eb (patch) | |
tree | 2f1d7671b44f5750087dec4e3ff53a3f49efd4e3 | |
parent | f5d430271e36d0c4d45c90fb3dce2c0e7cfc7e66 (diff) | |
download | emacs-5c20c8b704f59e35e82c408fa44d8f9504f329eb.tar.gz emacs-5c20c8b704f59e35e82c408fa44d8f9504f329eb.tar.bz2 emacs-5c20c8b704f59e35e82c408fa44d8f9504f329eb.zip |
Document changes in the installation tree on MS-Windows.
-rw-r--r-- | etc/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -39,6 +39,18 @@ MS-Windows. The Windows-specific configure.bat and makefile.w32-in files are deprecated. See the file nt/INSTALL.MSYS for detailed instructions. +Using the Posix configure script and Makefile's also means a change in +the directory structure of the Emacs installation on Windows. It is +now the same as on GNU and Unix systems. In particular, the auxiliary +programs, such as cmdproxy.exe and hexl.exe, are in +libexec/emacs/VERSION/i686-pc-mingw32 (where VERSION is the Emacs +version), version-independent site-lisp is in share/emacs/site-lisp, +version-specific Lisp files are in share/emacs/VERSION/lisp and in +share/emacs/VERSION/site-lisp, Info docs are in share/info, and data +files are in share/emacs/VERSION/etc. (Emacs knows about all these +directories and will find the files in there automatically; there's no +need to set any variables due to this change.) + * Startup Changes in Emacs 24.4 |