diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-11 22:22:56 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-11 22:22:56 +0000 |
commit | f3f59e8644fdd07b8c35e5e021e1d6b10ae60523 (patch) | |
tree | 2e63ab8fdeef4e5b8f2dd1e3c3d8860c5622b1c1 /make-dist | |
parent | 41a69b9e554c8a837e98756d0f64cc65dd992417 (diff) | |
download | emacs-f3f59e8644fdd07b8c35e5e021e1d6b10ae60523.tar.gz |
Copy new files nt/addpm.c and nt/emacs.bat.in.
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 e25acb5a3de..4731661b024 100755 --- a/make-dist +++ b/make-dist @@ -269,7 +269,7 @@ echo "Making links to \`lib-src'." echo "Making links to \`nt'." (cd nt - ln emacs.ico emacs.rc config.nt config.w95 ../${tempdir}/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.* todo ChangeLog install readme ../${tempdir}/nt) echo "Making links to \`nt/inc'." |