Make the Daredevil SKK updatable

Using a cp command instead of a mv command to enable re-execute the
build step.
This commit is contained in:
Takeru Naito 2017-09-13 22:36:06 +09:00
parent 07c75d259d
commit 307f5c78e7
No known key found for this signature in database
GPG Key ID: 0967B4FC0A2D3E0E

View File

@ -11,4 +11,4 @@
;; thus here we are trying to emulate the Makefile behaviour.
:build `((,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile")
(,el-get-emacs "-batch" "-q" "-no-site-file" "-l" "SKK-MK" "-f" "SKK-MK-compile-info")
("mv" "skk-setup.el.in" "skk-setup.el")))
("cp" "skk-setup.el.in" "skk-setup.el")))