emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107123: * make-dist (README.W32): In


From: Christoph Scholtes
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107123: * make-dist (README.W32): Include file in source tarball.
Date: Sun, 05 Feb 2012 13:56:41 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107123
committer: Christoph Scholtes <address@hidden>
branch nick: trunk
timestamp: Sun 2012-02-05 13:56:41 -0700
message:
  * make-dist (README.W32): Include file in source tarball.
  
  * nt/README.W32: Clarification for inclusion in source tarball.
modified:
  ChangeLog
  make-dist
  nt/ChangeLog
  nt/README.W32
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-02-05 20:40:36 +0000
+++ b/ChangeLog 2012-02-05 20:56:41 +0000
@@ -1,5 +1,7 @@
 2012-02-05  Christoph Scholtes  <address@hidden>
 
+       * 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.
 

=== modified file 'make-dist'
--- a/make-dist 2012-01-19 07:21:25 +0000
+++ b/make-dist 2012-02-05 20:56:41 +0000
@@ -398,13 +398,12 @@
 (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

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2012-02-05 20:40:36 +0000
+++ b/nt/ChangeLog      2012-02-05 20:56:41 +0000
@@ -1,5 +1,7 @@
 2012-02-05  Christoph Scholtes  <address@hidden>
 
+       * 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.

=== modified file 'nt/README.W32'
--- a/nt/README.W32     2012-01-26 21:37:32 +0000
+++ b/nt/README.W32     2012-02-05 20:56:41 +0000
@@ -3,16 +3,21 @@
 
                           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:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]