dimitri/el-get

Suppress building info?

windymelt opened this issue · 1 comments

Sometimes I don't need build info file, automatically built by texinfo as default.

I tried adding :info nil into el-get-bundle form like below but It doesn't work:

(el-get-bundle ivy :info nil)

Any way to avoid building info file?

Overriding :info suppresses installation of the info file, to suppress building it you probably need to override the :build part. I don't see any ivy.rcp so I can't give a specific suggestion.

It would generally be useful to make building of info optional, in cases where texinfo isn't installed (e.g., #2190, #2574).