add info support

This commit is contained in:
Daisuke Murase 2013-03-17 11:39:41 +09:00
parent ea2f931e14
commit fc1d5d8a6e

View File

@ -6,10 +6,11 @@
:options ("xzf")
:url "http://openlab.ring.gr.jp/skk/maintrunk/ddskk-15.1.tar.gz"
:autoloads nil
:info "doc/skk.info"
:features ("skk-setup")
;; The "correct" way would be actually installing ddskk into some subdirectory.
;; But it needs significant work due to the limitation of the Makefile
;; thus here we are trying to emulate the Makefile behaviour.
:build `(,(concat el-get-emacs
" -batch -q -no-site-file -l SKK-MK -f SKK-MK-compile")
"mv skk-setup.el.in skk-setup.el"))
: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")))