swiper: byte-compile when building. (#2503)

This commit is contained in:
Hong 2016-12-07 15:52:54 -08:00 committed by Noam Postavsky
parent 840c4b1c8a
commit ce9dc5ec48

View File

@ -2,5 +2,6 @@
:description "Gives you an overview as you search for a regex." :description "Gives you an overview as you search for a regex."
:type github :type github
:pkgname "abo-abo/swiper" :pkgname "abo-abo/swiper"
:build (("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi")) :build (("make" "compile")
("makeinfo" "-o" "doc/ivy.info" "doc/ivy.texi"))
:info "doc/ivy.info") :info "doc/ivy.info")