diff options
author | Glenn Morris <rgm@gnu.org> | 2013-08-31 11:26:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-08-31 11:26:59 -0700 |
commit | 7605d081badfac6890d5f34966967bffdc18d715 (patch) | |
tree | 32bb02836856485ecc9599e893a028d262843dbf /make-dist | |
parent | 0a357e98dc7fec92b5d3a69b044497dba452701c (diff) | |
download | emacs-7605d081badfac6890d5f34966967bffdc18d715.tar.gz |
Update nt installation instructions to point to supported method
* nt/INSTALL: Rename from INSTALL.MSYS.
* nt/INSTALL.OLD: Rename from INSTALL.
* nt/configure.bat: Update for INSTALL name changes.
* make-dist: Update for nt/INSTALL* changes.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 920ca2bc786..95e4984a6bd 100755 --- a/make-dist +++ b/make-dist @@ -404,7 +404,7 @@ echo "Making links to \`nt'" ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt ln Makefile.in gnulib.mk ../${tempdir}/nt - ln msysconfig.sh mingw-cfg.site epaths.nt INSTALL.MSYS ../${tempdir}/nt + ln msysconfig.sh mingw-cfg.site epaths.nt INSTALL.OLD ../${tempdir}/nt ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) echo "Making links to \`nt/inc' and its subdirectories" |