[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH]: copy `*.cur' files along with NT icons
From: |
Eric Hanchrow |
Subject: |
[PATCH]: copy `*.cur' files along with NT icons |
Date: |
Tue, 06 Jan 2004 13:33:33 -0800 |
User-agent: |
Gnus/5.1004 (Gnus v5.10.4) Emacs/21.3.50 (gnu/linux) |
This prevents failure of the MinGW build from the tarball that
results from `make dist; tar cf - emacs-21.3.50 > whatever.tar'.
cd /usr/local/src/emacs-cvs/
diff -bu /usr/local/src/emacs-cvs/make-dist.\~1.205.\~
/usr/local/src/emacs-cvs/make-dist
--- /usr/local/src/emacs-cvs/make-dist.~1.205.~ 2003-09-01
08:44:58.000000000 -0700
+++ /usr/local/src/emacs-cvs/make-dist 2004-01-06 13:30:59.000000000
-0800
@@ -512,7 +512,9 @@
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
Diff finished at Tue Jan 6 13:31:30
--
A hacker would consider being asked to write
add x to y giving z
instead of
z = x+y
as something between an insult to his intelligence and a sin against God.
-- Paul Graham (http://paulgraham.com/popular.html)
- [PATCH]: copy `*.cur' files along with NT icons,
Eric Hanchrow <=