* WL-MK (install-wl-icons): Simplified the messaging form.
authoryamaoka <yamaoka>
Sun, 16 Jun 2002 23:24:11 +0000 (23:24 +0000)
committeryamaoka <yamaoka>
Sun, 16 Jun 2002 23:24:11 +0000 (23:24 +0000)
ChangeLog
WL-MK

index 82d6cac..5eca10d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * WL-MK (install-wl-icons): Simplified the messaging form.
+
 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * etc/icons/wl-folder-goto-draft-folder-up.xpm: Modified.
diff --git a/WL-MK b/WL-MK
index 008697e..d35e5df 100644 (file)
--- a/WL-MK
+++ b/WL-MK
       (setq icon (car icons)
            icons (cdr icons)
            dest (expand-file-name (file-name-nondirectory icon) PIXMAPDIR))
-      (princ (format "%s->%s\n" icon dest))
+      (princ (format "%s -> %s\n"
+                    (file-name-nondirectory icon)
+                    (substring (file-name-directory dest) 0 -1)))
       (copy-file icon dest t))))
 
 (defun install-wl-package ()