comparison make-dist @ 12308:ed11e19b4264

(nt): Explicitly include makefile.nt and makefile.def only.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 Jun 1995 18:52:07 +0000
parents 810cc10d1d45
children 543e6df4f753
comparison
equal deleted inserted replaced
12307:03b002b0fe23 12308:ed11e19b4264
268 rm -f =* TAGS) 268 rm -f =* TAGS)
269 269
270 echo "Making links to \`nt'." 270 echo "Making links to \`nt'."
271 (cd nt 271 (cd nt
272 ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt 272 ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt
273 ln [a-z]*.bat [a-z]*.h makefile.* todo ChangeLog install readme ../${tempdir}/nt) 273 ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt
274 ln todo ChangeLog install readme ../${tempdir}/nt)
274 275
275 echo "Making links to \`nt/inc'." 276 echo "Making links to \`nt/inc'."
276 (cd nt/inc 277 (cd nt/inc
277 ln [a-z]*.h ../../${tempdir}/nt/inc) 278 ln [a-z]*.h ../../${tempdir}/nt/inc)
278 279