Add `dir' file to list the info manual
commitecbd4c99c2bee884b7ac39d320342078b0a4f804
authorDiogo F. S. Ramos <diogofsr@gmail.com>
Mon, 5 Aug 2013 14:43:41 +0000 (5 11:43 -0300)
committerJose Antonio Ortega Ruiz <jao@gnu.org>
Mon, 5 Aug 2013 14:50:33 +0000 (5 16:50 +0200)
treef2fc28ed42bd97e3de06013c274d659d4f23b56f
parent25a81dc10945622a0a52e54ea0b818aa1deae326
Add `dir' file to list the info manual

If a user doesn't want to install geiser, it's possible to run it in
place by loading `elisp/geiser.el' directly.

It's also possible to read the info manual directly but it's
inconvenient to not have it listed when hitting C-h i inside Emacs.

To list such manual, it's necessary to tell info where to look for it.
One way of doing it is adding the directory to the variable
`Info-additional-directory-list'.  But, for this to work, there's need
to be a `dir' file listing the info manual.
doc/dir [new file with mode: 0644]