summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-21 22:27:13 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-21 22:28:20 +0100
commit49e0ca90bcccf01eca34b1e781b70b1560915c57 (patch)
treeaeed6eae224b7cc67cd93ea8a9479701328395b8
parentd5df6fc755156208816c4f8bdb16528dedbf78bd (diff)
doc: Add Texinfo HTML cross-reference file.
Fixes <http://bugs.gnu.org/22543>. * doc/htmlxref.cnf: New file. * doc.am (EXTRA_DIST): Add it.
-rw-r--r--doc.am1
-rw-r--r--doc/htmlxref.cnf652
2 files changed, 653 insertions, 0 deletions
diff --git a/doc.am b/doc.am
index 67da8ff8e28..127029c1caa 100644
--- a/doc.am
+++ b/doc.am
@@ -35,6 +35,7 @@ DOT_VECTOR_GRAPHICS = \
35 $(DOT_FILES:%.dot=%.pdf) 35 $(DOT_FILES:%.dot=%.pdf)
36 36
37EXTRA_DIST += \ 37EXTRA_DIST += \
38 doc/htmlxref.cnf \
38 doc/contributing.texi \ 39 doc/contributing.texi \
39 doc/emacs.texi \ 40 doc/emacs.texi \
40 doc/fdl-1.3.texi \ 41 doc/fdl-1.3.texi \
diff --git a/doc/htmlxref.cnf b/doc/htmlxref.cnf
new file mode 100644
index 00000000000..fee1b4c9d81
--- /dev/null
+++ b/doc/htmlxref.cnf
@@ -0,0 +1,652 @@
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.
3
4htmlxrefversion=2016-02-21.21; # UTC
5
6# Copyright 2010, 2011, 2012, 2013, 2014, 2015 Free Software Foundation, Inc.
7#
8# Copying and distribution of this file, with or without modification,
9# are permitted in any medium without royalty provided the copyright
10# notice and this notice are preserved.
11#
12# The latest version of this file is available at
13# http://ftpmirror.gnu.org/texinfo/htmlxref.cnf.
14# Email corrections or additions to bug-texinfo@gnu.org.
15# The primary goal is to list all relevant GNU manuals;
16# other free manuals are also welcome.
17#
18# To be included in this list, a manual must:
19#
20# - have a generic url, e.g., no version numbers;
21# - have a unique file name (e.g., manual identifier), i.e., be related to the
22# package name. Things like "refman" or "tutorial" don't work.
23# - follow the naming convention for nodes described at
24# http://www.gnu.org/software/texinfo/manual/texinfo/html_node/HTML-Xref.html
25# This is what makeinfo and texi2html implement.
26#
27# Unless the above criteria are met, it's not possible to generate
28# reliable cross-manual references.
29#
30# For information on automatically generating all the useful formats for
31# a manual to put on the web, see
32# http://www.gnu.org/prep/maintain/html_node/Manuals-on-Web-Pages.html.
33
34# For people editing this file: when a manual named foo is related to a
35# package named bar, the url should contain a variable reference ${BAR}.
36# Otherwise, the gnumaint scripts have no way of knowing they are
37# associated, and thus gnu.org/manual can't include them.
38
39# shorten references to manuals on www.gnu.org.
40G = http://www.gnu.org
41GS = ${G}/software
42
433dldf mono ${GS}/3dldf/manual/user_ref/3DLDF.html
443dldf node ${GS}/3dldf/manual/user_ref/
45
46alive mono ${GS}/alive/manual/alive.html
47alive node ${GS}/alive/manual/html_node/
48
49anubis chapter ${GS}/anubis/manual/html_chapter/
50anubis section ${GS}/anubis/manual/html_section/
51anubis node ${GS}/anubis/manual/html_node/
52
53artanis mono ${GS}/artanis/manual/artanis.html
54artanis node ${GS}/artanis/manual/html_node/
55
56aspell section http://aspell.net/man-html/index.html
57
58auctex mono ${GS}/auctex/manual/auctex.html
59auctex node ${GS}/auctex/manual/auctex/
60
61autoconf mono ${GS}/autoconf/manual/autoconf.html
62autoconf node ${GS}/autoconf/manual/html_node/
63
64autogen mono ${GS}/autogen/manual/html_mono/autogen.html
65autogen chapter ${GS}/autogen/manual/html_chapter/
66autogen node ${GS}/autoconf/manual/html_node/
67
68automake mono ${GS}/automake/manual/automake.html
69automake node ${GS}/automake/manual/html_node/
70
71avl node http://www.stanford.edu/~blp/avl/libavl.html/
72
73bash mono ${GS}/bash/manual/bash.html
74bash node ${GS}/bash/manual/html_node/
75
76BINUTILS = http://sourceware.org/binutils/docs
77binutils node ${BINUTILS}/binutils/
78 as node ${BINUTILS}/as/
79 bfd node ${BINUTILS}/bfd/
80 gprof node ${BINUTILS}/gprof/
81 ld node ${BINUTILS}/ld/
82
83bison mono ${GS}/bison/manual/bison.html
84bison node ${GS}/bison/manual/html_node/
85
86bpel2owfn mono ${GS}/bpel2owfn/manual/2.0.x/bpel2owfn.html
87
88ccd2cue mono ${GS}/ccd2cue/manual/ccd2cue.html
89ccd2cue node ${GS}/ccd2cue/manual/html_node/
90
91cflow mono ${GS}/cflow/manual/cflow.html
92cflow node ${GS}/cflow/manual/html_node/
93
94chess mono ${GS}/chess/manual/gnuchess.html
95chess node ${GS}/chess/manual/html_node/
96
97combine mono ${GS}/combine/manual/combine.html
98combine chapter ${GS}/combine/manual/html_chapter/
99combine section ${GS}/combine/manual/html_section/
100combine node ${GS}/combine/manual/html_node/
101
102complexity mono ${GS}/complexity/manual/complexity.html
103complexity node ${GS}/complexity/manual/html_node/
104
105coreutils mono ${GS}/coreutils/manual/coreutils
106coreutils node ${GS}/coreutils/manual/html_node/
107
108cpio mono ${GS}/cpio/manual/cpio
109cpio node ${GS}/cpio/manual/html_node/
110
111cssc node ${GS}/cssc/manual/
112
113#cvs cannot be handled here; see http://ximbiot.com/cvs/manual.
114
115ddd mono ${GS}/ddd/manual/html_mono/ddd.html
116
117ddrescue mono ${GS}/ddrescue/manual/ddrescue_manual.html
118
119DICO = http://puszcza.gnu.org.ua/software/dico/manual
120dico mono ${DICO}/dico.html
121dico chapter ${DICO}/html_chapter/
122dico section ${DICO}/html_section/
123dico node ${DICO}/html_node/
124
125diffutils mono ${GS}/diffutils/manual/diffutils
126diffutils node ${GS}/diffutils/manual/html_node/
127
128ed mono ${GS}/ed/manual/ed_manual.html
129
130EMACS = ${GS}/emacs/manual
131emacs mono ${EMACS}/html_mono/emacs.html
132emacs node ${EMACS}/html_node/emacs/
133 #
134 ada-mode mono ${EMACS}/html_mono/ada-mode.html
135 ada-mode node ${EMACS}/html_node/ada-mode/
136 #
137 autotype mono ${EMACS}/html_mono/autotype.html
138 autotype node ${EMACS}/html_node/autotype/
139 #
140 ccmode mono ${EMACS}/html_mono/ccmode.html
141 ccmode node ${EMACS}/html_node/ccmode/
142 #
143 cl mono ${EMACS}/html_mono/cl.html
144 cl node ${EMACS}/html_node/cl/
145 #
146 ebrowse mono ${EMACS}/html_mono/ebrowse.html
147 ebrowse node ${EMACS}/html_node/ebrowse/
148 #
149 ediff mono ${EMACS}/html_mono/ediff.html
150 ediff node ${EMACS}/html_node/ediff/
151 #
152 eieio mono ${EMACS}/html_mono/eieio.html
153 eieio node ${EMACS}/html_node/eieio/
154 #
155 elisp mono ${EMACS}/html_mono/elisp.html
156 elisp node ${EMACS}/html_node/elisp/
157 #
158 epa mono ${EMACS}/html_mono/epa.html
159 epa node ${EMACS}/html_node/epa/
160 #
161 erc mono ${EMACS}/html_mono/erc.html
162 erc node ${EMACS}/html_node/erc/
163 #
164 dired-x mono ${EMACS}/html_mono/dired-x.html
165 dired-x node ${EMACS}/html_node/dired-x/
166 #
167 eshell mono ${EMACS}/html_mono/eshell.html
168 eshell node ${EMACS}/html_node/eshell/
169 #
170 flymake mono ${EMACS}/html_mono/flymake.html
171 flymake node ${EMACS}/html_node/flymake/
172 #
173 gnus mono ${EMACS}/html_mono/gnus.html
174 gnus node ${EMACS}/html_node/gnus/
175 #
176 idlwave mono ${EMACS}/html_mono/idlwave.html
177 idlwave node ${EMACS}/html_node/idlwave/
178 #
179 message mono ${EMACS}/html_mono/message.html
180 message node ${EMACS}/html_node/message/
181 #
182 mh-e mono ${EMACS}/html_mono/mh-e.html
183 mh-e node ${EMACS}/html_node/mh-e/
184 #
185 nxml-mode mono ${EMACS}/html_mono/nxml-mode.html
186 nxml-mode node ${EMACS}/html_node/nxml-mode/
187 #
188 org mono ${EMACS}/html_mono/org.html
189 org node ${EMACS}/html_node/org/
190 #
191 pcl-cvs mono ${EMACS}/html_mono/pcl-cvs.html
192 pcl-cvs node ${EMACS}/html_node/pcl-cvs/
193 #
194 rcirc mono ${EMACS}/html_mono/rcirc.html
195 rcirc node ${EMACS}/html_node/rcirc/
196 #
197 semantic mono ${EMACS}/html_mono/semantic.html
198 semantic node ${EMACS}/html_node/semantic/
199 #
200 smtp mono ${EMACS}/html_mono/smtpmail.html
201 smtp node ${EMACS}/html_node/smtpmail/
202 #
203 speedbar mono ${EMACS}/html_mono/speedbar.html
204 speedbar node ${EMACS}/html_node/speedbar/
205 #
206 tramp mono ${EMACS}/html_mono/tramp.html
207 tramp node ${EMACS}/html_node/tramp/
208 #
209 vip mono ${EMACS}/html_mono/vip.html
210 vip node ${EMACS}/html_node/vip/
211 #
212 viper mono ${EMACS}/html_mono/viper.html
213 viper node ${EMACS}/html_node/viper/
214 #
215 woman mono ${EMACS}/html_mono/woman.html
216 woman node ${EMACS}/html_node/woman/
217 # (end emacs manuals)
218
219easejs mono ${GS}/easejs/manual/easejs.html
220easejs node ${GS}/easejs/manual/
221
222emacs-muse node ${GS}/emacs-muse/manual/muse.html
223emacs-muse node ${GS}/emacs-muse/manual/html_node/
224
225emms node ${GS}/emms/manual/
226
227findutils mono ${GS}/findutils/manual/html_mono/find.html
228findutils node ${GS}/findutils/manual/html_node/find_html
229
230FLEX = http://flex.sourceforge.net
231flex node ${FLEX}/manual/
232
233gama mono ${GS}/gama/manual/gama.html
234gama node ${GS}/gama/manual/html_node/
235
236GAWK = ${GS}/gawk/manual
237gawk mono ${GAWK}/gawk.html
238gawk node ${GAWK}/html_node/
239 gawkinet mono ${GAWK}/gawkinet/gawkinet.html
240 gawkinet node ${GAWK}/gawkinet/html_node/
241
242gcal mono ${GS}/gcal/manual/gcal.html
243gcal node ${GS}/gcal/manual/html_node/
244
245GCC = http://gcc.gnu.org/onlinedocs
246gcc node ${GCC}/gcc/
247 cpp node ${GCC}/cpp/
248 gcj node ${GCC}/gcj/
249 gfortran node ${GCC}/gfortran/
250 gnat_rm node ${GCC}/gnat_rm/
251 gnat_ugn_unw node ${GCC}/gnat_ugn_unw/
252 libgomp node ${GCC}/libgomp/
253 libstdc++ node ${GCC}/libstdc++/
254 #
255 gccint node ${GCC}/gccint/
256 cppinternals node ${GCC}/cppinternals/
257 gfc-internals node ${GCC}/gfc-internals/
258 gnat-style node ${GCC}/gnat-style/
259 libiberty node ${GCC}/libiberty/
260
261GDB = http://sourceware.org/gdb/current/onlinedocs
262gdb node ${GDB}/gdb/
263 stabs node ${GDB}/stabs/
264
265GDBM = http://www.gnu.org.ua/software/gdbm/manual
266gdbm mono ${GDBM}/gdbm.html
267gdbm chapter ${GDBM}/html_chapter/
268gdbm section ${GDBM}/html_section/
269gdbm node ${GDBM}/html_node/
270
271gettext mono ${GS}/gettext/manual/gettext.html
272gettext node ${GS}/gettext/manual/html_node/
273
274gforth node http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/
275
276global mono ${GS}/global/manual/global.html
277
278gmediaserver node ${GS}/gmediaserver/manual/
279
280gmp node http://www.gmplib.org/manual/
281
282gnu-arch node ${GS}/gnu-arch/tutorial/
283
284gnu-c-manual mono ${GS}/gnu-c-manual/gnu-c-manual.html
285
286gnu-crypto node ${GS}/gnu-crypto/manual/
287
288gnubg mono ${GS}/gnubg/manual/gnubg.html
289gnubg node ${GS}/gnubg/manual/html_node/
290
291gnubik mono ${GS}/gnubik/manual/gnubik.html
292gnubik node ${GS}/gnubik/manual/html_node/
293
294gnulib mono ${GS}/gnulib/manual/gnulib.html
295gnulib node ${GS}/gnulib/manual/html_node/
296
297GNUN = ${GS}/trans-coord/manual
298gnun mono ${GNUN}/gnun/gnun.html
299gnun node ${GNUN}/gnun/html_node/
300 web-trans mono ${GNUN}/web-trans/web-trans.html
301 web-trans node ${GNUN}/web-trans/html_node/
302
303GNUPG = http://www.gnupg.org/documentation/manuals
304gnupg node ${GNUPG}/gnupg/
305 dirmngr node ${GNUPG}/dirmngr/
306 gcrypt node ${GNUPG}/gcrypt/
307 libgcrypt node ${GNUPG}/gcrypt/
308 ksba node ${GNUPG}/ksba/
309 assuan node ${GNUPG}/assuan/
310 gpgme node ${GNUPG}/gpgme/
311
312gnuprologjava node ${GS}/gnuprologjava/manual/
313
314gnuschool mono ${GS}/gnuschool/gnuschool.html
315
316GNUSTANDARDS = ${G}/prep
317 maintain mono ${GNUSTANDARDS}/maintain/maintain.html
318 maintain node ${GNUSTANDARDS}/maintain/html_node/
319 #
320 standards mono ${GNUSTANDARDS}/standards/standards.html
321 standards node ${GNUSTANDARDS}/standards/html_node/
322
323gnutls mono http://gnutls.org/manual/gnutls.html
324gnutls node http://gnutls.org/manual/html_node/
325
326gnutls-guile mono http://gnutls.org/manual/gnutls-guile.html
327gnutls-guile node http://gnutls.org/manual/gnutls-guile/index.html
328
329gperf mono ${GS}/gperf/manual/gperf.html
330gperf node ${GS}/gperf/manual/html_node/
331
332grep mono ${GS}/grep/manual/grep.html
333grep node ${GS}/grep/manual/html_node/
334
335groff node ${GS}/groff/manual/html_node/
336
337GRUB = ${GS}/grub/manual
338 grub mono ${GRUB}/grub.html
339 grub node ${GRUB}/html_node/
340 #
341 multiboot mono ${GRUB}/multiboot/multiboot.html
342 multiboot node ${GRUB}/multiboot/html_node/
343
344gsasl mono ${GS}/gsasl/manual/gsasl.html
345gsasl node ${GS}/gsasl/manual/html_node/
346
347gsl node ${GS}/gsl/manual/html_node/
348
349gsrc mono ${GS}/gsrc/manual/gsrc.html
350gsrc node ${GS}/gsrc/manual/html_node/
351
352gss mono ${GS}/gss/manual/gss.html
353gss node ${GS}/gss/manual/html_node/
354
355gtypist mono ${GS}/gtypist/doc/
356
357guile mono ${GS}/guile/manual/guile.html
358guile node ${GS}/guile/manual/html_node/
359
360guile-avahi mono http://nongnu.org/guile-avahi/doc/guile-avahi.html
361
362GUILE_GNOME = ${GS}/guile-gnome/docs
363 gobject node ${GUILE_GNOME}/gobject/html/
364 glib node ${GUILE_GNOME}/glib/html/
365 atk node ${GUILE_GNOME}/atk/html/
366 pango node ${GUILE_GNOME}/pango/html/
367 pangocairo node ${GUILE_GNOME}/pangocairo/html/
368 gdk node ${GUILE_GNOME}/gdk/html/
369 gtk node ${GUILE_GNOME}/gtk/html/
370 libglade node ${GUILE_GNOME}/libglade/html/
371 gnome-vfs node ${GUILE_GNOME}/gnome-vfs/html/
372 libgnomecanvas node ${GUILE_GNOME}/libgnomecanvas/html/
373 gconf node ${GUILE_GNOME}/gconf/html/
374 libgnome node ${GUILE_GNOME}/libgnome/html/
375 libgnomeui node ${GUILE_GNOME}/libgnomeui/html/
376 corba node ${GUILE_GNOME}/corba/html/
377 clutter node ${GUILE_GNOME}/clutter/html/
378 clutter-glx node ${GUILE_GNOME}/clutter-glx/html/
379
380guile-gtk node ${GS}/guile-gtk/docs/guile-gtk/
381
382guile-rpc mono ${GS}/guile-rpc/manual/guile-rpc.html
383guile-rpc node ${GS}/guile-rpc/manual/html_node/
384
385guix mono ${GS}/guix/manual/guix.html
386guix node ${GS}/guix/manual/html_node/
387
388gv mono ${GS}/gv/manual/gv.html
389gv node ${GS}/gv/manual/html_node/
390
391gzip mono ${GS}/gzip/manual/gzip.html
392gzip node ${GS}/gzip/manual/html_node/
393
394hello mono ${GS}/hello/manual/hello.html
395hello node ${GS}/hello/manual/html_node/
396
397help2man mono ${GS}/help2man/help2man.html
398
399idutils mono ${GS}/idutils/manual/idutils.html
400idutils node ${GS}/idutils/manual/html_node/
401
402inetutils mono ${GS}/inetutils/manual/inetutils.html
403inetutils node ${GS}/inetutils/manual/html_node/
404
405jwhois mono ${GS}/jwhois/manual/jwhois.html
406jwhois node ${GS}/jwhois/manual/html_node/
407
408libc mono ${GS}/libc/manual/html_mono/libc.html
409libc node ${GS}/libc/manual/html_node/
410
411LIBCDIO = ${GS}/libcdio
412 libcdio mono ${LIBCDIO}/libcdio.html
413 cd-text mono ${LIBCDIO}/cd-text-format.html
414
415libextractor mono ${GS}/libextractor/manual/libextractor.html
416libextractor node ${GS}/libextractor/manual/html_node/
417
418libidn mono ${GS}/libidn/manual/libidn.html
419libidn node ${GS}/libidn/manual/html_node/
420
421librejs mono ${GS}/librejs/manual/librejs.html
422librejs node ${GS}/librejs/manual/html_node/
423
424libmatheval mono ${GS}/libmatheval/manual/libmatheval.html
425
426LIBMICROHTTPD = ${GS}/libmicrohttpd
427libmicrohttpd mono ${LIBMICROHTTPD}/manual/libmicrohttpd.html
428libmicrohttpd node ${LIBMICROHTTPD}/manual/html_node/
429 microhttpd-tutorial mono ${LIBMICROHTTPD}/tutorial.html
430
431libtasn1 mono ${GS}/libtasn1/manual/libtasn1.html
432libtasn1 node ${GS}/libtasn1/manual/html_node/
433
434libtool mono ${GS}/libtool/manual/libtool.html
435libtool node ${GS}/libtool/manual/html_node/
436
437lightning mono ${GS}/lightning/manual/lightning.html
438lightning node ${GS}/lightning/manual/html_node/
439
440# The stable/ url redirects immediately, but that's ok.
441# The .html extension is omitted on their web site, but it works if given.
442LILYPOND = http://lilypond.org/doc/stable/Documentation
443 lilypond-internals node ${LILYPOND}/internals/
444 lilypond-learning node ${LILYPOND}/learning/
445 lilypond-notation node ${LILYPOND}/notation/
446 lilypond-snippets node ${LILYPOND}/snippets/
447 lilypond-usage node ${LILYPOND}/usage/
448 lilypond-web node ${LILYPOND}/web/
449 music-glossary node ${LILYPOND}/music-glossary/
450
451liquidwar6 mono ${GS}/liquidwar6/manual/liquidwar6.html
452liquidwar6 node ${GS}/liquidwar6/manual/html_node/
453
454lispintro mono ${GS}/emacs/emacs-lisp-intro/html_mono/emacs-lisp-intro.html
455lispintro node ${GS}/emacs/emacs-lisp-intro/html_node/index.html
456
457LSH = http://www.lysator.liu.se/~nisse/lsh
458 lsh mono ${LSH}/lsh.html
459
460m4 mono ${GS}/m4/manual/m4.html
461m4 node ${GS}/m4/manual/html_node/
462
463mailutils mono ${GS}/mailutils/manual/mailutils.html
464mailutils chapter ${GS}/mailutils/manual/html_chapter/
465mailutils section ${GS}/mailutils/manual/html_section/
466mailutils node ${GS}/mailutils/manual/html_node/
467
468make mono ${GS}/make/manual/make.html
469make node ${GS}/make/manual/html_node/
470
471mdk mono ${GS}/mdk/manual/mdk.html
472mdk node ${GS}/mdk/manual/html_node/
473
474METAEXCHANGE = http://ftp.gwdg.de/pub/gnu2/iwfmdh/doc/texinfo
475 iwf_mh node ${METAEXCHANGE}/iwf_mh.html
476 scantest node ${METAEXCHANGE}/scantest.html
477
478MIT_SCHEME = ${GS}/mit-scheme/documentation
479 mit-scheme-ref node ${MIT_SCHEME}/mit-scheme-ref/
480 mit-scheme-user node ${MIT_SCHEME}/mit-scheme-user/
481 sos node ${MIT_SCHEME}/mit-scheme-sos/
482 mit-scheme-imail node ${MIT_SCHEME}/mit-scheme-imail/
483
484moe mono ${GS}/moe/manual/moe_manual.html
485
486motti node ${GS}/motti/manual/
487
488mpc node http://www.multiprecision.org/index.php?prog=mpc&page=html
489
490mpfr mono http://www.mpfr.org/mpfr-current/mpfr.html
491
492mtools mono ${GS}/mtools/manual/mtools.html
493
494myserver node http://www.myserverproject.net/documentation/
495
496nano mono http://www.nano-editor.org/dist/latest/nano.html
497
498nettle chapter http://www.lysator.liu.se/~nisse/nettle/nettle.html
499
500ocrad mono ${GS}/ocrad/manual/ocrad_manual.html
501
502parted mono ${GS}/parted/manual/parted.html
503parted node ${GS}/parted/manual/html_node/
504
505pascal mono http://www.gnu-pascal.de/gpc/
506
507# can't use pcb since url's contain dates --30nov10
508
509perl mono ${GS}/perl/manual/perldoc-all.html
510
511PIES = http://www.gnu.org.ua/software/pies/manual
512pies mono ${PIES}/pies.html
513pies chapter ${PIES}/html_chapter/
514pies section ${PIES}/html_section/
515pies node ${PIES}/html_node/
516
517plotutils mono ${GS}/plotutils/manual/en/plotutils.html
518plotutils node ${GS}/plotutils/manual/en/html_node/
519
520proxyknife mono ${GS}/proxyknife/manual/proxyknife.html
521proxyknife node ${GS}/proxyknife/manual/html_node/
522
523pspp mono ${GS}/pspp/manual/pspp.html
524pspp node ${GS}/pspp/manual/html_node/
525
526pyconfigure mono ${GS}/pyconfigure/manual/pyconfigure.html
527pyconfigure node ${GS}/pyconfigure/manual/html_node/
528
529R = http://cran.r-project.org/doc/manuals
530 R-intro mono ${R}/R-intro.html
531 R-lang mono ${R}/R-lang.html
532 R-exts mono ${R}/R-exts.html
533 R-data mono ${R}/R-data.html
534 R-admin mono ${R}/R-admin.html
535 R-ints mono ${R}/R-ints.html
536
537rcs mono ${GS}/rcs/manual/rcs.html
538rcs node ${GS}/rcs/manual/html_node/
539
540READLINE = http://cnswww.cns.cwru.edu/php/chet/readline
541readline mono ${READLINE}/readline.html
542 rluserman mono ${READLINE}/rluserman.html
543 history mono ${READLINE}/history.html
544
545recode mono http://recode.progiciels-bpi.ca/manual/index.html
546
547recutils mono ${GS}/recutils/manual/recutils.html
548recutils node ${GS}/recutils/manual/html_node/
549
550reftex mono ${GS}/auctex/manual/reftex.html
551reftex node ${GS}/auctex/manual/reftex/
552
553remotecontrol mono ${GS}/remotecontrol/manual/remotecontrol.html
554remotecontrol node ${GS}/remotecontrol/manual/html_node/
555
556rottlog mono ${GS}/rottlog/manual/rottlog.html
557rottlog node ${GS}/rottlog/manual/html_node/
558
559RUSH = http://www.gnu.org.ua/software/rush/manual
560rush mono ${RUSH}/rush.html
561rush chapter ${RUSH}/html_chapter/
562rush section ${RUSH}/html_section/
563rush node ${RUSH}/html_node/
564
565screen mono ${GS}/screen/manual/screen.html
566screen node ${GS}/screen/manual/html_node/
567
568sed mono ${GS}/sed/manual/sed.html
569sed node ${GS}/sed/manual/html_node/
570
571sharutils mono ${GS}/sharutils/manual/html_mono/sharutils.html
572sharutils chapter ${GS}/sharutils/manual/html_chapter/
573sharutils node ${GS}/sharutils/manual/html_node/
574
575shepherd mono ${GS}/shepherd/manual/shepherd.html
576shepherd node ${GS}/shepherd/manual/html_node/
577
578# can't use mono files since they have generic names
579SMALLTALK = ${GS}/smalltalk
580smalltalk node ${SMALLTALK}/manual/html_node/
581 smalltalk-base node ${SMALLTALK}/manual-base/html_node/
582 smalltalk-libs node ${SMALLTALK}/manual-libs/html_node/
583
584sourceinstall mono ${GS}/sourceinstall/manual/sourceinstall.html
585sourceinstall node ${GS}/sourceinstall/manual/html_node/
586
587sqltutor mono ${GS}/sqltutor/manual/sqltutor.html
588sqltutor node ${GS}/sqltutor/manual/html_node/
589
590src-highlite mono ${GS}/src-highlite/source-highlight.html
591
592swbis mono ${GS}/swbis/manual.html
593
594tar mono ${GS}/tar/manual/tar.html
595tar chapter ${GS}/tar/manual/html_chapter/
596tar section ${GS}/tar/manual/html_section/
597tar node ${GS}/autoconf/manual/html_node/
598
599teseq mono ${GS}/teseq/teseq.html
600teseq node ${GS}/teseq/html_node/
601
602TEXINFO = ${GS}/texinfo/manual
603texinfo mono ${TEXINFO}/texinfo/texinfo.html
604texinfo node ${TEXINFO}/texinfo/html_node/
605 #
606 info mono ${TEXINFO}/info/info.html
607 info node ${TEXINFO}/info/html_node/
608 #
609 info-stnd mono ${TEXINFO}/info-stnd/info-stnd.html
610 info-stnd node ${TEXINFO}/info-stnd/html_node/
611
612thales node ${GS}/thales/manual/
613
614units mono ${GS}/units/manual/units.html
615units node ${GS}/units/manual/html_node/
616
617vc-dwim mono ${GS}/vc-dwim/manual/vc-dwim.html
618vc-dwim node ${GS}/vc-dwim/manual/html_node/
619
620wdiff mono ${GS}/wdiff/manual/wdiff.html
621wdiff node ${GS}/wdiff/manual/html_node/
622
623websocket4j mono ${GS}/websocket4j/manual/websocket4j.html
624websocket4j node ${GS}/websocket4j/manual/html_node/
625
626wget mono ${GS}/wget/manual/wget.html
627wget node ${GS}/wget/manual/html_node/
628
629xboard mono ${GS}/xboard/manual/xboard.html
630xboard node ${GS}/xboard/manual/html_node/
631
632# emacs-page
633# Free TeX-related Texinfo manuals on tug.org.
634
635T = http://tug.org/texinfohtml
636
637dvipng mono ${T}/dvipng.html
638dvips mono ${T}/dvips.html
639eplain mono ${T}/eplain.html
640kpathsea mono ${T}/kpathsea.html
641latex2e mono ${T}/latex2e.html
642tlbuild mono ${T}/tlbuild.html
643web2c mono ${T}/web2c.html
644
645
646# Local Variables:
647# eval: (add-hook 'write-file-hooks 'time-stamp)
648# time-stamp-start: "htmlxrefversion="
649# time-stamp-format: "%:y-%02m-%02d.%02H"
650# time-stamp-time-zone: "UTC"
651# time-stamp-end: "; # UTC"
652# End: