diff options
author | Jason Rumney <jasonr@gnu.org> | 2004-01-06 23:48:14 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2004-01-06 23:48:14 +0000 |
commit | d6dc647fdbfba81503c6f7996a46066407bcfb41 (patch) | |
tree | af43c112853cfcffe8f30f51d7b94fee7764cf47 /make-dist | |
parent | 05b72afdefbb1c285a9bb2dda7e77610f86cccb6 (diff) | |
download | emacs-d6dc647fdbfba81503c6f7996a46066407bcfb41.tar.gz |
2004-01-06 Eric Hanchrow <offby1@blarg.net> (tiny change)
* make-dist (tempdir): Include cursors in nt/icons
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make-dist b/make-dist index c87e9b658a5..945d39c916d 100755 --- a/make-dist +++ b/make-dist @@ -512,7 +512,8 @@ echo "Making links to \`nt/inc/netinet'" echo "Making links to \`nt/icons'" (cd nt/icons - ln [a-z]*.ico ../../${tempdir}/nt/icons) + ln [a-z]*.ico ../../${tempdir}/nt/icons + ln [a-z]*.cur ../../${tempdir}/nt/icons) echo "Making links to \`mac'" (cd mac |