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 | 41ffaf55e526827b5413e7efa813f97828af6db4 (patch) | |
tree | 5772b4660fedd9f35bfae99a03d3ad8a3e02b4fd | |
parent | 0b37b8569211b97e9555d7e251ab6c911116568c (diff) | |
download | emacs-41ffaf55e526827b5413e7efa813f97828af6db4.tar.gz |
(nt): Rename install, readme, and todo to INSTALL, README, and TODO.
-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 |