doc: Add references to Emacs-Guix manual.

* doc/htmlxref.cnf: Add links to the real manual.
* doc/contributing.texi (Formatting Code): Add reference to it.
* doc/guix.texi (Package Management): Likewise.
This commit is contained in:
Alex Kost 2017-04-28 15:52:21 +03:00
parent 49e6b0d951
commit 8ca0c88a89
No known key found for this signature in database
GPG Key ID: 82460C082A0EE98F
3 changed files with 14 additions and 7 deletions

View File

@ -248,7 +248,10 @@ please do read it.
Some special forms introduced in Guix, such as the @code{substitute*} Some special forms introduced in Guix, such as the @code{substitute*}
macro, have special indentation rules. These are defined in the macro, have special indentation rules. These are defined in the
@file{.dir-locals.el} file, which Emacs automatically uses. @file{.dir-locals.el} file, which Emacs automatically uses. Also note
that Emacs-Guix provides @code{guix-devel-mode} mode that indents and
highlights Guix code properly (@pxref{Development,,, emacs-guix, The
Emacs-Guix Reference Manual}).
@cindex indentation, of code @cindex indentation, of code
@cindex formatting, of code @cindex formatting, of code

View File

@ -1430,11 +1430,13 @@ remove software packages, without having to know about their build
procedures or dependencies. Guix also goes beyond this obvious set of procedures or dependencies. Guix also goes beyond this obvious set of
features. features.
This chapter describes the main features of Guix, as well as the package This chapter describes the main features of Guix, as well as the
management tools it provides. Along with the command-line interface package management tools it provides. Along with the command-line
described below (@pxref{Invoking guix package, @code{guix package}}), interface described below (@pxref{Invoking guix package, @code{guix
you may also use Emacs Interface, after installing @code{emacs-guix} package}}), you may also use Emacs Interface (@pxref{Top,,,
package (run @kbd{M-x guix-help} command to start with it): emacs-guix, The Emacs-Guix Reference Manual}), after installing
@code{emacs-guix} package (run @kbd{M-x guix-help} command to start
with it):
@example @example
guix package -i emacs-guix guix package -i emacs-guix

View File

@ -219,7 +219,9 @@ emacs node ${EMACS}/html_node/emacs/
easejs mono ${GS}/easejs/manual/easejs.html easejs mono ${GS}/easejs/manual/easejs.html
easejs node ${GS}/easejs/manual/ easejs node ${GS}/easejs/manual/
emacs-guix mono https://notabug.org/alezost/emacs-guix EMACS_GUIX = https://alezost.github.io/guix.el/manual/latest
emacs-guix mono ${EMACS_GUIX}/emacs-guix.html
emacs-guix node ${EMACS_GUIX}/html_node/index.html
emacs-muse node ${GS}/emacs-muse/manual/muse.html emacs-muse node ${GS}/emacs-muse/manual/muse.html
emacs-muse node ${GS}/emacs-muse/manual/html_node/ emacs-muse node ${GS}/emacs-muse/manual/html_node/