-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I think you have to include an .info file (not just .texi file) for the Info doc to automatically install. At least, there's no Info doc in my Doom (which uses straight.el).
OK, I looked around. The MELPA recipe format has a default :files
setting that includes docs/*.texi
, among many others. So the file is included in the download. However, I think you have to add a Makefile instruction to turn it into .info. In my packages, I found it easier to just pre-generate the .info file (via org-export) and commit it to the repo.
Metadata
Metadata
Assignees
Labels
No labels