Fix ProofGeneral compile error on OSX

This commit is contained in:
Heejong Lee 2013-01-07 20:08:42 +09:00
parent f4ac72d3be
commit dce45d1546

View File

@ -3,7 +3,8 @@
:description "Proof General is a generic front-end for proof assistants (also known as interactive theorem provers)"
:type http-tar
:options ("xzf")
:url "http://proofgeneral.inf.ed.ac.uk/releases/ProofGeneral-4.2pre120814.tgz"
:url "http://proofgeneral.inf.ed.ac.uk/releases/ProofGeneral-4.2.tgz"
:build ("cd ProofGeneral && make clean" "cd ProofGeneral && make compile")
:build/darwin `("cd ProofGeneral && make clean" ,(concat "cd ProofGeneral && make compile EMACS=" el-get-emacs))
:load ("ProofGeneral/generic/proof-site.el")
:info "./ProofGeneral/doc/")