guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50683] [PATCH 1/2] doc: Update htmlxref.cnf.


From: Sarah Morgensen
Subject: [bug#50683] [PATCH 1/2] doc: Update htmlxref.cnf.
Date: Sun, 19 Sep 2021 11:21:07 -0700

Fix broken references to cuirass, git, and guix-cookbook.

* doc/htmlxref.cnf (cuirass, git)
(guix-cookbook, guix-cookbook.de, guix-cookbook.fr): New entries.
---
 doc/htmlxref.cnf | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
index c1589453ed..7ccff1a8a3 100644
--- a/doc/htmlxref.cnf
+++ b/doc/htmlxref.cnf
@@ -1,7 +1,7 @@
 # htmlxref.cnf - reference file for free Texinfo manuals on the web.
 # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual.
 
-htmlxrefversion=2020-01-11.22; # UTC
+htmlxrefversion=2021-09-19.04; # UTC
 
 # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2019, 2020 Free Software 
Foundation, Inc.
 # 
@@ -110,6 +110,10 @@ cpio               node    ${GS}/cpio/manual/html_node/
 
 cssc           node    ${GS}/cssc/manual/
 
+CUIRASS = https://guix.gnu.org/cuirass/manual
+ cuirass       mono    ${CUIRASS}/cuirass.html
+ cuirass       node    ${CUIRASS}/html_node/
+
 CVS = ${GS}/trans-coord/manual
 cvs            mono    ${CVS}/cvs/cvs.html
 cvs            node    ${CVS}/cvs/html_node/
@@ -288,6 +292,11 @@ gettext            node    ${GS}/gettext/manual/html_node/
 
 gforth         node    
https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/
 
+# Also found at:
+# https://mirrors.edge.kernel.org/pub/software/scm/git/docs/user-manual.html
+# https://git.github.io/htmldocs/user-manual.html
+git            mono    https://git-scm.com/docs/user-manual
+
 global         mono    ${GS}/global/manual/global.html
 
 gmediaserver   node    ${GS}/gmediaserver/manual/
@@ -410,6 +419,14 @@ guix.zh_CN node    ${GS}/guix/manual/zh-cn/html_node/
 guix           mono    ${GS}/guix/manual/en/guix.html
 guix           node    ${GS}/guix/manual/en/html_node/
 
+GUIX_COOKBOOK = https://guix.gnu.org/cookbook
+ guix-cookbook.de      mono    ${GUIX_COOKBOOK}/de/guix-cookbook.html
+ guix-cookbook.de      node    ${GUIX_COOKBOOK}/de/html_node/
+ guix-cookbook.fr      mono    ${GUIX_COOKBOOK}/fr/guix-cookbook.html
+ guix-cookbook.fr      node    ${GUIX_COOKBOOK}/fr/html_node/
+ guix-cookbook         mono    ${GUIX_COOKBOOK}/en/guix-cookbook.html
+ guix-cookbook         node    ${GUIX_COOKBOOK}/en/html_node/
+
 gv             mono    ${GS}/gv/manual/gv.html
 gv             node    ${GS}/gv/manual/html_node/
 
-- 
2.33.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]