Flycheck requires the info file to be built again

This commit is contained in:
David Holm 2014-02-09 10:31:58 +01:00
parent 7632e29729
commit 0a71a1b4c4

View File

@ -2,5 +2,6 @@
:type github
:pkgname "lunaryorn/flycheck"
:description "On-the-fly syntax checking extension"
:build '(("makeinfo" "-o" "doc/flycheck.info" "doc/flycheck.texi"))
:info "./doc"
:depends (s dash cl-lib f pkg-info))