aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris2016-02-02 16:19:15 -0500
committerGlenn Morris2016-02-02 16:19:15 -0500
commit74ebd4a7917f8f23cea2f0beed62097370c5464d (patch)
tree5a587e9073b30fb77ee0b82297d834f5843a7f67 /make-dist
parent737193a44c1a6f52e910f262d5eaffec0270c024 (diff)
downloademacs-74ebd4a7917f8f23cea2f0beed62097370c5464d.tar.gz
emacs-74ebd4a7917f8f23cea2f0beed62097370c5464d.zip
* make-dist: Updates related to nt/.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/make-dist b/make-dist
index 719e8904e5b..1cd1a50d75a 100755
--- a/make-dist
+++ b/make-dist
@@ -362,7 +362,7 @@ echo "Making links to 'build-aux'"
362 ln gitlog-to-changelog gitlog-to-emacslog ../${tempdir}/build-aux 362 ln gitlog-to-changelog gitlog-to-emacslog ../${tempdir}/build-aux
363 ln install-sh missing move-if-change ../${tempdir}/build-aux 363 ln install-sh missing move-if-change ../${tempdir}/build-aux
364 ln update-copyright update-subdirs ../${tempdir}/build-aux 364 ln update-copyright update-subdirs ../${tempdir}/build-aux
365 ln dir_top make-info-dir ../${tempdir}/build-aux) 365 ln dir_top make-info-dir ar-lib ../${tempdir}/build-aux)
366 366
367echo "Making links to 'build-aux/snippet'" 367echo "Making links to 'build-aux/snippet'"
368(cd build-aux/snippet 368(cd build-aux/snippet
@@ -421,9 +421,9 @@ echo "Making links to 'modules'"
421echo "Making links to 'nt'" 421echo "Making links to 'nt'"
422(cd nt 422(cd nt
423 ln emacs-x86.manifest emacs-x64.manifest ../${tempdir}/nt 423 ln emacs-x86.manifest emacs-x64.manifest ../${tempdir}/nt
424 ln subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt 424 ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt
425 ln *.in gnulib.mk ../${tempdir}/nt 425 ln *.in gnulib.mk ../${tempdir}/nt
426 ln mingw-cfg.site epaths.nt INSTALL.OLD ../${tempdir}/nt 426 ln mingw-cfg.site epaths.nt INSTALL.W64 ../${tempdir}/nt
427 ln ChangeLog.*[0-9] INSTALL README README.W32 ../${tempdir}/nt) 427 ln ChangeLog.*[0-9] INSTALL README README.W32 ../${tempdir}/nt)
428 428
429echo "Making links to 'nt/inc' and its subdirectories" 429echo "Making links to 'nt/inc' and its subdirectories"