jdee-emacs / jdee

The JDEE is an add-on software package that turns Emacs into a comprehensive system for creating, editing, debugging, and documenting Java applications.
GNU General Public License v2.0
424 stars 55 forks source link

Incomplete `dir` file prevents manual showing up in Emacs Directory node (installing over melpa) #108

Closed rudi closed 7 years ago

rudi commented 7 years ago

The dir file of JDEE 20170217.22 (installed via melpa) does not add jdee.info to the Emacs Info directory node. Adding something like the following lines to the end of dir makes the JDEE manual appear in the directory. (Adding it to the Emacs section since all other packages installed via melpa do the same.)

I'd have submitted a patch but could not see how/where the dir file is generated.

Emacs
* JDEE: (jdee).         A sophisticated Java IDE for Emacs.
pwojnowski commented 7 years ago

AFAIK the "dir" file is generated by cask, when the package is created. But there must be some way to generate (or include) it correctly so that the above entry is included.