Merge pull request #1557 from dholm/bugfix/flycheck

Flycheck requires the info file to be built again
This commit is contained in:
yagnesh రాఘవ 2014-02-17 08:57:46 +09:00
commit 403cc48709

View File

@ -2,5 +2,6 @@
:type github
:pkgname "flycheck/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))