diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-12 20:17:59 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-12 20:17:59 -0700 |
commit | 013b96cc266560ea8f737d7ae3b4b21e16952e36 (patch) | |
tree | da25e8d9939725755dbb196567e9ac54400ddd87 /make-dist | |
parent | eb1141becc2cc6f9b0e836d697965f91a885591a (diff) | |
download | emacs-013b96cc266560ea8f737d7ae3b4b21e16952e36.tar.gz |
Tidy some nextstep README etc files.
* nextstep/README: Move historical information to new file ../etc/NEXTSTEP.
* nextstep/AUTHORS: Merge into ./etc/NEXTSTEP and remove file.
* etc/NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}.
* make-dist: No more nextstep/AUTHORS.
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 bee15a12a94..713d88481b3 100755 --- a/make-dist +++ b/make-dist @@ -425,7 +425,7 @@ echo "Making links to \`msdos'" echo "Making links to \`nextstep'" (cd nextstep - ln AUTHORS ChangeLog README INSTALL ../${tempdir}/nextstep) + ln ChangeLog README INSTALL ../${tempdir}/nextstep) echo "Making links to \`nextstep/Cocoa/Emacs.base/Contents'" (cd nextstep/Cocoa/Emacs.base/Contents |