Fix the rinari recipe, using new support for :compile targets and git submodules.

This commit is contained in:
Dimitri Fontaine 2010-09-19 21:29:23 +02:00
parent 8e74c3b2cd
commit 06942b76b6

View File

@ -1,3 +1,5 @@
(:name rinari
:type git
:url "http://github.com/eschulte/rinari.git")
:url "http://github.com/eschulte/rinari.git"
:load-path ("." "util" "util/jump")
:compile ("\.el$" "util"))