aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 02c2c469402..54923c9cef7 100755
--- a/make-dist
+++ b/make-dist
@@ -543,9 +543,10 @@ echo "Making links to \`msdos'"
543 cd ../${tempdir}/msdos 543 cd ../${tempdir}/msdos
544 rm -f =*) 544 rm -f =*)
545 545
546## FIXME are DEV-NOTES and FOR-RELEASE appropriate?
546echo "Making links to \`nextstep'" 547echo "Making links to \`nextstep'"
547(cd nextstep 548(cd nextstep
548 ln AUTHORS ChangeLog FOR-RELEASE README.txt compile ../${tempdir}/nextstep) 549 ln AUTHORS ChangeLog DEV-NOTES FOR-RELEASE README INSTALL ../${tempdir}/nextstep)
549 550
550echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'" 551echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'"
551(cd nextstep/Cocoa/Emacs.base/Contents 552(cd nextstep/Cocoa/Emacs.base/Contents