diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-14 19:41:16 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-11-14 19:41:16 +0000 |
commit | 3bb3cfe75d034ccc493c226871b12716698093b2 (patch) | |
tree | f8a7d11df5ea125504eb9d9633f4f1b00d182d66 /make-dist | |
parent | c3b8ccce3976ffd27bfaec2d030078bc8428c295 (diff) | |
download | emacs-3bb3cfe75d034ccc493c226871b12716698093b2.tar.gz |
(nt): Rename install, readme, and todo to INSTALL, README, and TODO.
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 966bdeb83cd..7123c085d4c 100755 --- a/make-dist +++ b/make-dist @@ -277,7 +277,7 @@ echo "Making links to \`nt'." (cd nt ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt - ln todo ChangeLog install readme ../${tempdir}/nt) + ln TODO ChangeLog INSTALL README ../${tempdir}/nt) echo "Making links to \`nt/inc'." (cd nt/inc |