diff options
author | Alex Kost <alezost@gmail.com> | 2017-04-28 15:52:21 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2017-05-04 22:45:53 +0300 |
commit | 8ca0c88a894c685b624757e38ee7663534f03460 (patch) | |
tree | d69bceb04d2d5f9b3f7b88b3b4cf87b4ebf52dab /doc/htmlxref.cnf | |
parent | 49e6b0d95107ff4c9fe6478f6dc1f7601a8bdd3b (diff) | |
download | guix-8ca0c88a894c685b624757e38ee7663534f03460.tar guix-8ca0c88a894c685b624757e38ee7663534f03460.tar.gz |
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.
Diffstat (limited to 'doc/htmlxref.cnf')
-rw-r--r-- | doc/htmlxref.cnf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index 93e214fcc5..78f427bd07 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf @@ -219,7 +219,9 @@ emacs node ${EMACS}/html_node/emacs/ easejs mono ${GS}/easejs/manual/easejs.html 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/html_node/ |