Remove 'info' build process

flycheck switched from texinfo to sphinx and texi file is
no longer built.
This commit is contained in:
Syohei YOSHIDA 2016-03-30 11:49:27 +09:00
parent c75a155be4
commit cb1280bde6

View File

@ -3,6 +3,4 @@
:pkgname "flycheck/flycheck"
:minimum-emacs-version "24.3"
:description "On-the-fly syntax checking extension"
:build '(("makeinfo" "-o" "doc/flycheck.info" "doc/flycheck.texi"))
:info "./doc"
:depends (dash pkg-info let-alist seq))