aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 1 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index d1d80097824..55dac98d713 100755
--- a/make-dist
+++ b/make-dist
@@ -398,13 +398,12 @@ echo "Making links to \`m4'"
398(cd m4 398(cd m4
399 ln *.m4 ../${tempdir}/m4) 399 ln *.m4 ../${tempdir}/m4)
400 400
401## Exclude README.W32 because it is specific to pre-built binaries(?).
402echo "Making links to \`nt'" 401echo "Making links to \`nt'"
403(cd nt 402(cd nt
404 ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt 403 ln emacs.manifest emacs.rc emacsclient.rc config.nt ../${tempdir}/nt
405 ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt 404 ln emacs-src.tags nmake.defs gmake.defs subdirs.el ../${tempdir}/nt
406 ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt 405 ln [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt
407 ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) 406 ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt)
408 407
409echo "Making links to \`nt/inc' and its subdirectories" 408echo "Making links to \`nt/inc' and its subdirectories"
410for f in `find nt/inc -type f -name '[a-z]*.h'`; do 409for f in `find nt/inc -type f -name '[a-z]*.h'`; do