blob: cc394c01ac5c7718cfae60232a25a4afabf2f893 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# https://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref-Configuration.html
EMACS = https://www.gnu.org/software/emacs/manual
auth mono ${EMACS}/html_mono/auth.html
auth node ${EMACS}/html_node/auth/
ediff mono ${EMACS}/html_mono/ediff.html
ediff node ${EMACS}/html_node/ediff/
elisp mono ${EMACS}/html_mono/elisp.html
elisp node ${EMACS}/html_node/elisp/
emacs mono ${EMACS}/html_mono/emacs.html
emacs node ${EMACS}/html_node/emacs/
MAGIT = https://docs.magit.vc
forge mono ${MAGIT}/forge.html
forge node ${MAGIT}/forge/
ghub mono ${MAGIT}/ghub.html
ghub node ${MAGIT}/ghub/
magit mono ${MAGIT}/magit.html
magit node ${MAGIT}/magit/
transient mono ${MAGIT}/transient.html
transient node ${MAGIT}/transient/
with-editor mono ${MAGIT}/with-editor.html
with-editor node ${MAGIT}/with-editor/
MIRROR = https://emacsmirror.net/manual
borg mono ${MIRROR}/borg.html
borg node ${MIRROR}/borg/
epkg mono ${MIRROR}/epkg.html
epkg node ${MIRROR}/epkg/
|