Skip to content

Commit e15d88a

Browse files
committed
Rework htmlxref.cnf
Provide only node keyword and update url for manuals on emacsmirror. Use identical configuration for all of my packages that come with a manual.
1 parent 0c2c068 commit e15d88a

1 file changed

Lines changed: 5 additions & 28 deletions

File tree

docs/htmlxref.cnf

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,19 @@
11
# https://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref-Configuration.html
22

3-
EMACS = https://www.gnu.org/software/emacs/manual
3+
EMACS = https://www.gnu.org/software/emacs/manual
4+
MAGIT = https://docs.magit.vc
5+
MIRROR = https://docs.emacsmirror.net
46

5-
auth mono ${EMACS}/html_mono/auth.html
67
auth node ${EMACS}/html_node/auth/
7-
8-
ediff mono ${EMACS}/html_mono/ediff.html
98
ediff node ${EMACS}/html_node/ediff/
10-
11-
elisp mono ${EMACS}/html_mono/elisp.html
129
elisp node ${EMACS}/html_node/elisp/
13-
14-
emacs mono ${EMACS}/html_mono/emacs.html
1510
emacs node ${EMACS}/html_node/emacs/
1611

17-
18-
MAGIT = https://docs.magit.vc
19-
20-
forge mono ${MAGIT}/forge.html
2112
forge node ${MAGIT}/forge/
22-
23-
ghub mono ${MAGIT}/ghub.html
2413
ghub node ${MAGIT}/ghub/
25-
26-
magit mono ${MAGIT}/magit.html
2714
magit node ${MAGIT}/magit/
28-
29-
transient mono ${MAGIT}/transient.html
3015
transient node ${MAGIT}/transient/
31-
32-
with-editor mono ${MAGIT}/with-editor.html
3316
with-editor node ${MAGIT}/with-editor/
3417

35-
36-
MIRROR = https://emacsmirror.net/manual
37-
38-
borg mono ${MAGIT}/borg.html
39-
borg node ${MAGIT}/borg/
40-
41-
epkg mono ${MAGIT}/epkg.html
42-
epkg node ${MAGIT}/epkg/
18+
borg node ${MIRROR}/borg/
19+
epkg node ${MIRROR}/epkg/

0 commit comments

Comments
 (0)