diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-05-04 22:37:11 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-04 23:07:38 +0200 |
| commit | e8f8363cdebb24dc359cadba7ae0a689fb21fb99 (patch) | |
| tree | 089496516dde021bc4c306852210a58302e693a4 /doc/htmlxref.cnf | |
| parent | 227ff747a640dd017bcca087e14b244afc1bd958 (diff) | |
doc: Update htmlxref.cnf.
* doc/htmlxref.cnf (G): Switch to https.
(geiser, guix.de, guix.es, hurd): New entries.
Diffstat (limited to 'doc/htmlxref.cnf')
| -rw-r--r-- | doc/htmlxref.cnf | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf index bed037cbeca..8daa4a5c190 100644 --- a/doc/htmlxref.cnf +++ b/doc/htmlxref.cnf | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # htmlxref.cnf - reference file for free Texinfo manuals on the web. | 1 | # htmlxref.cnf - reference file for free Texinfo manuals on the web. |
| 2 | # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. | 2 | # Modified by Ludovic Courtès <ludo@gnu.org> for the GNU Guix manual. |
| 3 | 3 | ||
| 4 | htmlxrefversion=2018-07-05.20; # UTC | 4 | htmlxrefversion=2019-05-04.20; # UTC |
| 5 | 5 | ||
| 6 | # Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc. | 6 | # Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2019 Free Software Foundation, Inc. |
| 7 | # | 7 | # |
| 8 | # Copying and distribution of this file, with or without modification, | 8 | # Copying and distribution of this file, with or without modification, |
| 9 | # are permitted in any medium without royalty provided the copyright | 9 | # are permitted in any medium without royalty provided the copyright |
| @@ -37,7 +37,7 @@ htmlxrefversion=2018-07-05.20; # UTC | |||
| 37 | # associated, and thus gnu.org/manual can't include them. | 37 | # associated, and thus gnu.org/manual can't include them. |
| 38 | 38 | ||
| 39 | # shorten references to manuals on www.gnu.org. | 39 | # shorten references to manuals on www.gnu.org. |
| 40 | G = http://www.gnu.org | 40 | G = https://www.gnu.org |
| 41 | GS = ${G}/software | 41 | GS = ${G}/software |
| 42 | 42 | ||
| 43 | 3dldf mono ${GS}/3dldf/manual/user_ref/3DLDF.html | 43 | 3dldf mono ${GS}/3dldf/manual/user_ref/3DLDF.html |
| @@ -275,6 +275,10 @@ gdbm chapter ${GDBM}/html_chapter/ | |||
| 275 | gdbm section ${GDBM}/html_section/ | 275 | gdbm section ${GDBM}/html_section/ |
| 276 | gdbm node ${GDBM}/html_node/ | 276 | gdbm node ${GDBM}/html_node/ |
| 277 | 277 | ||
| 278 | # XXX: These are actually pages created by texi2html, so no quite following | ||
| 279 | # the expected naming scheme. | ||
| 280 | geiser chapter http://geiser.nongnu.org/ | ||
| 281 | |||
| 278 | gettext mono ${GS}/gettext/manual/gettext.html | 282 | gettext mono ${GS}/gettext/manual/gettext.html |
| 279 | gettext node ${GS}/gettext/manual/html_node/ | 283 | gettext node ${GS}/gettext/manual/html_node/ |
| 280 | 284 | ||
| @@ -389,10 +393,14 @@ guile-gtk node ${GS}/guile-gtk/docs/guile-gtk/ | |||
| 389 | guile-rpc mono ${GS}/guile-rpc/manual/guile-rpc.html | 393 | guile-rpc mono ${GS}/guile-rpc/manual/guile-rpc.html |
| 390 | guile-rpc node ${GS}/guile-rpc/manual/html_node/ | 394 | guile-rpc node ${GS}/guile-rpc/manual/html_node/ |
| 391 | 395 | ||
| 392 | guix mono ${GS}/guix/manual/guix.html | 396 | guix.de mono ${GS}/guix/manual/de/guix.html |
| 393 | guix node ${GS}/guix/manual/html_node/ | 397 | guix.de node ${GS}/guix/manual/de/html_node/ |
| 398 | guix.es mono ${GS}/guix/manual/es/guix.html | ||
| 399 | guix.es node ${GS}/guix/manual/es/html_node/ | ||
| 394 | guix.fr mono ${GS}/guix/manual/fr/guix.html | 400 | guix.fr mono ${GS}/guix/manual/fr/guix.html |
| 395 | guix.fr node ${GS}/guix/manual/fr/html_node/ | 401 | guix.fr node ${GS}/guix/manual/fr/html_node/ |
| 402 | guix mono ${GS}/guix/manual/en/guix.html | ||
| 403 | guix node ${GS}/guix/manual/en/html_node/ | ||
| 396 | 404 | ||
| 397 | gv mono ${GS}/gv/manual/gv.html | 405 | gv mono ${GS}/gv/manual/gv.html |
| 398 | gv node ${GS}/gv/manual/html_node/ | 406 | gv node ${GS}/gv/manual/html_node/ |
| @@ -405,6 +413,10 @@ hello node ${GS}/hello/manual/html_node/ | |||
| 405 | 413 | ||
| 406 | help2man mono ${GS}/help2man/help2man.html | 414 | help2man mono ${GS}/help2man/help2man.html |
| 407 | 415 | ||
| 416 | # XXX: These are actually pages created by texi2html, so no quite following | ||
| 417 | # the expected naming scheme. | ||
| 418 | hurd mono ${GS}/hurd/doc/ | ||
| 419 | |||
| 408 | idutils mono ${GS}/idutils/manual/idutils.html | 420 | idutils mono ${GS}/idutils/manual/idutils.html |
| 409 | idutils node ${GS}/idutils/manual/html_node/ | 421 | idutils node ${GS}/idutils/manual/html_node/ |
| 410 | 422 | ||
