comparison make-dist @ 13544:34c4ee840e09

(nt): Rename install, readme, and todo to INSTALL, README, and TODO.
author Geoff Voelker <voelker@cs.washington.edu>
date Tue, 14 Nov 1995 19:41:16 +0000
parents 2e30fc2cbae8
children 3db84fa28aea
comparison
equal deleted inserted replaced
13543:23c68d2e061f 13544:34c4ee840e09
275 275
276 echo "Making links to \`nt'." 276 echo "Making links to \`nt'."
277 (cd nt 277 (cd nt
278 ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt 278 ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt
279 ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt 279 ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt
280 ln todo ChangeLog install readme ../${tempdir}/nt) 280 ln TODO ChangeLog INSTALL README ../${tempdir}/nt)
281 281
282 echo "Making links to \`nt/inc'." 282 echo "Making links to \`nt/inc'."
283 (cd nt/inc 283 (cd nt/inc
284 ln [a-z]*.h ../../${tempdir}/nt/inc) 284 ln [a-z]*.h ../../${tempdir}/nt/inc)
285 285