]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist (README.W32): Include file in source tarball.
authorChristoph Scholtes <cschol2112@gmail.com>
Sun, 5 Feb 2012 20:56:41 +0000 (13:56 -0700)
committerChristoph Scholtes <cschol2112@gmail.com>
Sun, 5 Feb 2012 20:56:41 +0000 (13:56 -0700)
* nt/README.W32: Clarification for inclusion in source tarball.

ChangeLog
make-dist
nt/ChangeLog
nt/README.W32

index f36c25ba5a1c3cd35a305324e559150ef9adfabb..57476bbc791a8afe6766556e70ec60d5c2c989ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
 
+       * make-dist (README.W32): Include file in source tarball.
+
        * lib/makefile.w32-in (PRAGMA_SYSTEM_HEADER): Move to platform
        specific makefiles to support getopt_.h generation with MSVC.
 
index d1d800978242b6260c2e538b791383bba090f911..55dac98d713046293ba2fe0e5f8165668b93d110 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -398,13 +398,12 @@ echo "Making links to \`m4'"
 (cd m4
  ln *.m4 ../${tempdir}/m4)
 
-## Exclude README.W32 because it is specific to pre-built binaries(?).
 echo "Making links to \`nt'"
 (cd nt
  ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt
  ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
  ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt
- ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt)
+ ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt)
 
 echo "Making links to \`nt/inc' and its subdirectories"
 for f in `find nt/inc -type f -name '[a-z]*.h'`; do
index f34fe11084c7e04d8f06363904bbf07a3c79a86d..d696b88abb4f26fc13959b0e17a7459d89fe7bfd 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-05  Christoph Scholtes  <cschol2112@googlemail.com>
 
+       * README.W32: Clarification for inclusion in source tarball.
+
        * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
 
        * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
index 8f33dee2d9bbfd352724ff6e159efd651a72ef34..fa9a01939c5183d9a83435a6842badbab84d9265 100644 (file)
@@ -3,16 +3,21 @@ See the end of the file for license conditions.
 
                           Emacs for Windows
 
-  This README file describes how to set up and run a precompiled
-  version of GNU Emacs for Windows.  This distribution can be found on
-  the ftp.gnu.org server and its mirrors:
+  This README.W32 file describes how to set up and run a precompiled
+  distribution of GNU Emacs for Windows.  You can find the precompiled
+  distribution on the ftp.gnu.org server and its mirrors:
 
-       ftp://ftp.gnu.org/gnu/emacs/windows/
+       ftp://ftp.gnu.org/gnu/emacs/windows/
 
   This server contains other distributions, including the full Emacs
   source distribution and a barebin distribution which can be installed
   over it, as well as older releases of Emacs for Windows.
 
+  Information on how to compile Emacs from sources on Windows is in
+  the files README and INSTALL in this directory.  If you received
+  this file as part of the Emacs source distribution, please read
+  those 2 files and not this one.
+
   Answers to frequently asked questions, and further information about
   this port of GNU Emacs and related software packages can be found via
   http: