Mercurial > emacs
comparison make-dist @ 53521:7a0f7095ef65
2004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)
* make-dist (tempdir): Include cursors in nt/icons
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 06 Jan 2004 23:48:14 +0000 |
parents | 695cf19ef79e |
children | f9221b5b5d6d |
comparison
equal
deleted
inserted
replaced
53520:2a54a8df1973 | 53521:7a0f7095ef65 |
---|---|
510 (cd nt/inc/netinet | 510 (cd nt/inc/netinet |
511 ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) | 511 ln [a-z]*.h ../../../${tempdir}/nt/inc/netinet) |
512 | 512 |
513 echo "Making links to \`nt/icons'" | 513 echo "Making links to \`nt/icons'" |
514 (cd nt/icons | 514 (cd nt/icons |
515 ln [a-z]*.ico ../../${tempdir}/nt/icons) | 515 ln [a-z]*.ico ../../${tempdir}/nt/icons |
516 ln [a-z]*.cur ../../${tempdir}/nt/icons) | |
516 | 517 |
517 echo "Making links to \`mac'" | 518 echo "Making links to \`mac'" |
518 (cd mac | 519 (cd mac |
519 ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac) | 520 ln ChangeLog INSTALL README *.xml *.MPW ../${tempdir}/mac) |
520 | 521 |