Merge pull request #2567 from elim/updatable-ddskk

Make the Daredevil SKK updatable
This commit is contained in:
Yagnesh Raghava Yakkala 2017-11-24 11:49:23 +05:30 committed by GitHub
commit 9b00f2024c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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")))