diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2016-02-21 22:27:13 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2016-02-21 22:28:20 +0100 |
| commit | 49e0ca90bcccf01eca34b1e781b70b1560915c57 (patch) | |
| tree | aeed6eae224b7cc67cd93ea8a9479701328395b8 | |
| parent | d5df6fc755156208816c4f8bdb16528dedbf78bd (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.am | 1 | ||||
| -rw-r--r-- | doc/htmlxref.cnf | 652 |
2 files changed, 653 insertions, 0 deletions
| @@ -35,6 +35,7 @@ DOT_VECTOR_GRAPHICS = \ | |||
| 35 | $(DOT_FILES:%.dot=%.pdf) | 35 | $(DOT_FILES:%.dot=%.pdf) |
| 36 | 36 | ||
| 37 | EXTRA_DIST += \ | 37 | EXTRA_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 | |||
| 4 | htmlxrefversion=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. | ||
| 40 | G = http://www.gnu.org | ||
| 41 | GS = ${G}/software | ||
| 42 | |||
| 43 | 3dldf mono ${GS}/3dldf/manual/user_ref/3DLDF.html | ||
| 44 | 3dldf node ${GS}/3dldf/manual/user_ref/ | ||
| 45 | |||
| 46 | alive mono ${GS}/alive/manual/alive.html | ||
| 47 | alive node ${GS}/alive/manual/html_node/ | ||
| 48 | |||
| 49 | anubis chapter ${GS}/anubis/manual/html_chapter/ | ||
| 50 | anubis section ${GS}/anubis/manual/html_section/ | ||
| 51 | anubis node ${GS}/anubis/manual/html_node/ | ||
| 52 | |||
| 53 | artanis mono ${GS}/artanis/manual/artanis.html | ||
| 54 | artanis node ${GS}/artanis/manual/html_node/ | ||
| 55 | |||
| 56 | aspell section http://aspell.net/man-html/index.html | ||
| 57 | |||
| 58 | auctex mono ${GS}/auctex/manual/auctex.html | ||
| 59 | auctex node ${GS}/auctex/manual/auctex/ | ||
| 60 | |||
| 61 | autoconf mono ${GS}/autoconf/manual/autoconf.html | ||
| 62 | autoconf node ${GS}/autoconf/manual/html_node/ | ||
| 63 | |||
| 64 | autogen mono ${GS}/autogen/manual/html_mono/autogen.html | ||
| 65 | autogen chapter ${GS}/autogen/manual/html_chapter/ | ||
| 66 | autogen node ${GS}/autoconf/manual/html_node/ | ||
| 67 | |||
| 68 | automake mono ${GS}/automake/manual/automake.html | ||
| 69 | automake node ${GS}/automake/manual/html_node/ | ||
| 70 | |||
| 71 | avl node http://www.stanford.edu/~blp/avl/libavl.html/ | ||
| 72 | |||
| 73 | bash mono ${GS}/bash/manual/bash.html | ||
| 74 | bash node ${GS}/bash/manual/html_node/ | ||
| 75 | |||
| 76 | BINUTILS = http://sourceware.org/binutils/docs | ||
| 77 | binutils node ${BINUTILS}/binutils/ | ||
| 78 | as node ${BINUTILS}/as/ | ||
| 79 | bfd node ${BINUTILS}/bfd/ | ||
| 80 | gprof node ${BINUTILS}/gprof/ | ||
| 81 | ld node ${BINUTILS}/ld/ | ||
| 82 | |||
| 83 | bison mono ${GS}/bison/manual/bison.html | ||
| 84 | bison node ${GS}/bison/manual/html_node/ | ||
| 85 | |||
| 86 | bpel2owfn mono ${GS}/bpel2owfn/manual/2.0.x/bpel2owfn.html | ||
| 87 | |||
| 88 | ccd2cue mono ${GS}/ccd2cue/manual/ccd2cue.html | ||
| 89 | ccd2cue node ${GS}/ccd2cue/manual/html_node/ | ||
| 90 | |||
| 91 | cflow mono ${GS}/cflow/manual/cflow.html | ||
| 92 | cflow node ${GS}/cflow/manual/html_node/ | ||
| 93 | |||
| 94 | chess mono ${GS}/chess/manual/gnuchess.html | ||
| 95 | chess node ${GS}/chess/manual/html_node/ | ||
| 96 | |||
| 97 | combine mono ${GS}/combine/manual/combine.html | ||
| 98 | combine chapter ${GS}/combine/manual/html_chapter/ | ||
| 99 | combine section ${GS}/combine/manual/html_section/ | ||
| 100 | combine node ${GS}/combine/manual/html_node/ | ||
| 101 | |||
| 102 | complexity mono ${GS}/complexity/manual/complexity.html | ||
| 103 | complexity node ${GS}/complexity/manual/html_node/ | ||
| 104 | |||
| 105 | coreutils mono ${GS}/coreutils/manual/coreutils | ||
| 106 | coreutils node ${GS}/coreutils/manual/html_node/ | ||
| 107 | |||
| 108 | cpio mono ${GS}/cpio/manual/cpio | ||
| 109 | cpio node ${GS}/cpio/manual/html_node/ | ||
| 110 | |||
| 111 | cssc node ${GS}/cssc/manual/ | ||
| 112 | |||
| 113 | #cvs cannot be handled here; see http://ximbiot.com/cvs/manual. | ||
| 114 | |||
| 115 | ddd mono ${GS}/ddd/manual/html_mono/ddd.html | ||
| 116 | |||
| 117 | ddrescue mono ${GS}/ddrescue/manual/ddrescue_manual.html | ||
| 118 | |||
| 119 | DICO = http://puszcza.gnu.org.ua/software/dico/manual | ||
| 120 | dico mono ${DICO}/dico.html | ||
| 121 | dico chapter ${DICO}/html_chapter/ | ||
| 122 | dico section ${DICO}/html_section/ | ||
| 123 | dico node ${DICO}/html_node/ | ||
| 124 | |||
| 125 | diffutils mono ${GS}/diffutils/manual/diffutils | ||
| 126 | diffutils node ${GS}/diffutils/manual/html_node/ | ||
| 127 | |||
| 128 | ed mono ${GS}/ed/manual/ed_manual.html | ||
| 129 | |||
| 130 | EMACS = ${GS}/emacs/manual | ||
| 131 | emacs mono ${EMACS}/html_mono/emacs.html | ||
| 132 | emacs 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 | |||
| 219 | easejs mono ${GS}/easejs/manual/easejs.html | ||
| 220 | easejs node ${GS}/easejs/manual/ | ||
| 221 | |||
| 222 | emacs-muse node ${GS}/emacs-muse/manual/muse.html | ||
| 223 | emacs-muse node ${GS}/emacs-muse/manual/html_node/ | ||
| 224 | |||
| 225 | emms node ${GS}/emms/manual/ | ||
| 226 | |||
| 227 | findutils mono ${GS}/findutils/manual/html_mono/find.html | ||
| 228 | findutils node ${GS}/findutils/manual/html_node/find_html | ||
| 229 | |||
| 230 | FLEX = http://flex.sourceforge.net | ||
| 231 | flex node ${FLEX}/manual/ | ||
| 232 | |||
| 233 | gama mono ${GS}/gama/manual/gama.html | ||
| 234 | gama node ${GS}/gama/manual/html_node/ | ||
| 235 | |||
| 236 | GAWK = ${GS}/gawk/manual | ||
| 237 | gawk mono ${GAWK}/gawk.html | ||
| 238 | gawk node ${GAWK}/html_node/ | ||
| 239 | gawkinet mono ${GAWK}/gawkinet/gawkinet.html | ||
| 240 | gawkinet node ${GAWK}/gawkinet/html_node/ | ||
| 241 | |||
| 242 | gcal mono ${GS}/gcal/manual/gcal.html | ||
| 243 | gcal node ${GS}/gcal/manual/html_node/ | ||
| 244 | |||
| 245 | GCC = http://gcc.gnu.org/onlinedocs | ||
| 246 | gcc 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 | |||
| 261 | GDB = http://sourceware.org/gdb/current/onlinedocs | ||
| 262 | gdb node ${GDB}/gdb/ | ||
| 263 | stabs node ${GDB}/stabs/ | ||
| 264 | |||
| 265 | GDBM = http://www.gnu.org.ua/software/gdbm/manual | ||
| 266 | gdbm mono ${GDBM}/gdbm.html | ||
| 267 | gdbm chapter ${GDBM}/html_chapter/ | ||
| 268 | gdbm section ${GDBM}/html_section/ | ||
| 269 | gdbm node ${GDBM}/html_node/ | ||
| 270 | |||
| 271 | gettext mono ${GS}/gettext/manual/gettext.html | ||
| 272 | gettext node ${GS}/gettext/manual/html_node/ | ||
| 273 | |||
| 274 | gforth node http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/ | ||
| 275 | |||
| 276 | global mono ${GS}/global/manual/global.html | ||
| 277 | |||
| 278 | gmediaserver node ${GS}/gmediaserver/manual/ | ||
| 279 | |||
| 280 | gmp node http://www.gmplib.org/manual/ | ||
| 281 | |||
| 282 | gnu-arch node ${GS}/gnu-arch/tutorial/ | ||
| 283 | |||
| 284 | gnu-c-manual mono ${GS}/gnu-c-manual/gnu-c-manual.html | ||
| 285 | |||
| 286 | gnu-crypto node ${GS}/gnu-crypto/manual/ | ||
| 287 | |||
| 288 | gnubg mono ${GS}/gnubg/manual/gnubg.html | ||
| 289 | gnubg node ${GS}/gnubg/manual/html_node/ | ||
| 290 | |||
| 291 | gnubik mono ${GS}/gnubik/manual/gnubik.html | ||
| 292 | gnubik node ${GS}/gnubik/manual/html_node/ | ||
| 293 | |||
| 294 | gnulib mono ${GS}/gnulib/manual/gnulib.html | ||
| 295 | gnulib node ${GS}/gnulib/manual/html_node/ | ||
| 296 | |||
| 297 | GNUN = ${GS}/trans-coord/manual | ||
| 298 | gnun mono ${GNUN}/gnun/gnun.html | ||
| 299 | gnun 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 | |||
| 303 | GNUPG = http://www.gnupg.org/documentation/manuals | ||
| 304 | gnupg 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 | |||
| 312 | gnuprologjava node ${GS}/gnuprologjava/manual/ | ||
| 313 | |||
| 314 | gnuschool mono ${GS}/gnuschool/gnuschool.html | ||
| 315 | |||
| 316 | GNUSTANDARDS = ${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 | |||
| 323 | gnutls mono http://gnutls.org/manual/gnutls.html | ||
| 324 | gnutls node http://gnutls.org/manual/html_node/ | ||
| 325 | |||
| 326 | gnutls-guile mono http://gnutls.org/manual/gnutls-guile.html | ||
| 327 | gnutls-guile node http://gnutls.org/manual/gnutls-guile/index.html | ||
| 328 | |||
| 329 | gperf mono ${GS}/gperf/manual/gperf.html | ||
| 330 | gperf node ${GS}/gperf/manual/html_node/ | ||
| 331 | |||
| 332 | grep mono ${GS}/grep/manual/grep.html | ||
| 333 | grep node ${GS}/grep/manual/html_node/ | ||
| 334 | |||
| 335 | groff node ${GS}/groff/manual/html_node/ | ||
| 336 | |||
| 337 | GRUB = ${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 | |||
| 344 | gsasl mono ${GS}/gsasl/manual/gsasl.html | ||
| 345 | gsasl node ${GS}/gsasl/manual/html_node/ | ||
| 346 | |||
| 347 | gsl node ${GS}/gsl/manual/html_node/ | ||
| 348 | |||
| 349 | gsrc mono ${GS}/gsrc/manual/gsrc.html | ||
| 350 | gsrc node ${GS}/gsrc/manual/html_node/ | ||
| 351 | |||
| 352 | gss mono ${GS}/gss/manual/gss.html | ||
| 353 | gss node ${GS}/gss/manual/html_node/ | ||
| 354 | |||
| 355 | gtypist mono ${GS}/gtypist/doc/ | ||
| 356 | |||
| 357 | guile mono ${GS}/guile/manual/guile.html | ||
| 358 | guile node ${GS}/guile/manual/html_node/ | ||
| 359 | |||
| 360 | guile-avahi mono http://nongnu.org/guile-avahi/doc/guile-avahi.html | ||
| 361 | |||
| 362 | GUILE_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 | |||
| 380 | guile-gtk node ${GS}/guile-gtk/docs/guile-gtk/ | ||
| 381 | |||
| 382 | guile-rpc mono ${GS}/guile-rpc/manual/guile-rpc.html | ||
| 383 | guile-rpc node ${GS}/guile-rpc/manual/html_node/ | ||
| 384 | |||
| 385 | guix mono ${GS}/guix/manual/guix.html | ||
| 386 | guix node ${GS}/guix/manual/html_node/ | ||
| 387 | |||
| 388 | gv mono ${GS}/gv/manual/gv.html | ||
| 389 | gv node ${GS}/gv/manual/html_node/ | ||
| 390 | |||
| 391 | gzip mono ${GS}/gzip/manual/gzip.html | ||
| 392 | gzip node ${GS}/gzip/manual/html_node/ | ||
| 393 | |||
| 394 | hello mono ${GS}/hello/manual/hello.html | ||
| 395 | hello node ${GS}/hello/manual/html_node/ | ||
| 396 | |||
| 397 | help2man mono ${GS}/help2man/help2man.html | ||
| 398 | |||
| 399 | idutils mono ${GS}/idutils/manual/idutils.html | ||
| 400 | idutils node ${GS}/idutils/manual/html_node/ | ||
| 401 | |||
| 402 | inetutils mono ${GS}/inetutils/manual/inetutils.html | ||
| 403 | inetutils node ${GS}/inetutils/manual/html_node/ | ||
| 404 | |||
| 405 | jwhois mono ${GS}/jwhois/manual/jwhois.html | ||
| 406 | jwhois node ${GS}/jwhois/manual/html_node/ | ||
| 407 | |||
| 408 | libc mono ${GS}/libc/manual/html_mono/libc.html | ||
| 409 | libc node ${GS}/libc/manual/html_node/ | ||
| 410 | |||
| 411 | LIBCDIO = ${GS}/libcdio | ||
| 412 | libcdio mono ${LIBCDIO}/libcdio.html | ||
| 413 | cd-text mono ${LIBCDIO}/cd-text-format.html | ||
| 414 | |||
| 415 | libextractor mono ${GS}/libextractor/manual/libextractor.html | ||
| 416 | libextractor node ${GS}/libextractor/manual/html_node/ | ||
| 417 | |||
| 418 | libidn mono ${GS}/libidn/manual/libidn.html | ||
| 419 | libidn node ${GS}/libidn/manual/html_node/ | ||
| 420 | |||
| 421 | librejs mono ${GS}/librejs/manual/librejs.html | ||
| 422 | librejs node ${GS}/librejs/manual/html_node/ | ||
| 423 | |||
| 424 | libmatheval mono ${GS}/libmatheval/manual/libmatheval.html | ||
| 425 | |||
| 426 | LIBMICROHTTPD = ${GS}/libmicrohttpd | ||
| 427 | libmicrohttpd mono ${LIBMICROHTTPD}/manual/libmicrohttpd.html | ||
| 428 | libmicrohttpd node ${LIBMICROHTTPD}/manual/html_node/ | ||
| 429 | microhttpd-tutorial mono ${LIBMICROHTTPD}/tutorial.html | ||
| 430 | |||
| 431 | libtasn1 mono ${GS}/libtasn1/manual/libtasn1.html | ||
| 432 | libtasn1 node ${GS}/libtasn1/manual/html_node/ | ||
| 433 | |||
| 434 | libtool mono ${GS}/libtool/manual/libtool.html | ||
| 435 | libtool node ${GS}/libtool/manual/html_node/ | ||
| 436 | |||
| 437 | lightning mono ${GS}/lightning/manual/lightning.html | ||
| 438 | lightning 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. | ||
| 442 | LILYPOND = 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 | |||
| 451 | liquidwar6 mono ${GS}/liquidwar6/manual/liquidwar6.html | ||
| 452 | liquidwar6 node ${GS}/liquidwar6/manual/html_node/ | ||
| 453 | |||
| 454 | lispintro mono ${GS}/emacs/emacs-lisp-intro/html_mono/emacs-lisp-intro.html | ||
| 455 | lispintro node ${GS}/emacs/emacs-lisp-intro/html_node/index.html | ||
| 456 | |||
| 457 | LSH = http://www.lysator.liu.se/~nisse/lsh | ||
| 458 | lsh mono ${LSH}/lsh.html | ||
| 459 | |||
| 460 | m4 mono ${GS}/m4/manual/m4.html | ||
| 461 | m4 node ${GS}/m4/manual/html_node/ | ||
| 462 | |||
| 463 | mailutils mono ${GS}/mailutils/manual/mailutils.html | ||
| 464 | mailutils chapter ${GS}/mailutils/manual/html_chapter/ | ||
| 465 | mailutils section ${GS}/mailutils/manual/html_section/ | ||
| 466 | mailutils node ${GS}/mailutils/manual/html_node/ | ||
| 467 | |||
| 468 | make mono ${GS}/make/manual/make.html | ||
| 469 | make node ${GS}/make/manual/html_node/ | ||
| 470 | |||
| 471 | mdk mono ${GS}/mdk/manual/mdk.html | ||
| 472 | mdk node ${GS}/mdk/manual/html_node/ | ||
| 473 | |||
| 474 | METAEXCHANGE = http://ftp.gwdg.de/pub/gnu2/iwfmdh/doc/texinfo | ||
| 475 | iwf_mh node ${METAEXCHANGE}/iwf_mh.html | ||
| 476 | scantest node ${METAEXCHANGE}/scantest.html | ||
| 477 | |||
| 478 | MIT_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 | |||
| 484 | moe mono ${GS}/moe/manual/moe_manual.html | ||
| 485 | |||
| 486 | motti node ${GS}/motti/manual/ | ||
| 487 | |||
| 488 | mpc node http://www.multiprecision.org/index.php?prog=mpc&page=html | ||
| 489 | |||
| 490 | mpfr mono http://www.mpfr.org/mpfr-current/mpfr.html | ||
| 491 | |||
| 492 | mtools mono ${GS}/mtools/manual/mtools.html | ||
| 493 | |||
| 494 | myserver node http://www.myserverproject.net/documentation/ | ||
| 495 | |||
| 496 | nano mono http://www.nano-editor.org/dist/latest/nano.html | ||
| 497 | |||
| 498 | nettle chapter http://www.lysator.liu.se/~nisse/nettle/nettle.html | ||
| 499 | |||
| 500 | ocrad mono ${GS}/ocrad/manual/ocrad_manual.html | ||
| 501 | |||
| 502 | parted mono ${GS}/parted/manual/parted.html | ||
| 503 | parted node ${GS}/parted/manual/html_node/ | ||
| 504 | |||
| 505 | pascal mono http://www.gnu-pascal.de/gpc/ | ||
| 506 | |||
| 507 | # can't use pcb since url's contain dates --30nov10 | ||
| 508 | |||
| 509 | perl mono ${GS}/perl/manual/perldoc-all.html | ||
| 510 | |||
| 511 | PIES = http://www.gnu.org.ua/software/pies/manual | ||
| 512 | pies mono ${PIES}/pies.html | ||
| 513 | pies chapter ${PIES}/html_chapter/ | ||
| 514 | pies section ${PIES}/html_section/ | ||
| 515 | pies node ${PIES}/html_node/ | ||
| 516 | |||
| 517 | plotutils mono ${GS}/plotutils/manual/en/plotutils.html | ||
| 518 | plotutils node ${GS}/plotutils/manual/en/html_node/ | ||
| 519 | |||
| 520 | proxyknife mono ${GS}/proxyknife/manual/proxyknife.html | ||
| 521 | proxyknife node ${GS}/proxyknife/manual/html_node/ | ||
| 522 | |||
| 523 | pspp mono ${GS}/pspp/manual/pspp.html | ||
| 524 | pspp node ${GS}/pspp/manual/html_node/ | ||
| 525 | |||
| 526 | pyconfigure mono ${GS}/pyconfigure/manual/pyconfigure.html | ||
| 527 | pyconfigure node ${GS}/pyconfigure/manual/html_node/ | ||
| 528 | |||
| 529 | R = 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 | |||
| 537 | rcs mono ${GS}/rcs/manual/rcs.html | ||
| 538 | rcs node ${GS}/rcs/manual/html_node/ | ||
| 539 | |||
| 540 | READLINE = http://cnswww.cns.cwru.edu/php/chet/readline | ||
| 541 | readline mono ${READLINE}/readline.html | ||
| 542 | rluserman mono ${READLINE}/rluserman.html | ||
| 543 | history mono ${READLINE}/history.html | ||
| 544 | |||
| 545 | recode mono http://recode.progiciels-bpi.ca/manual/index.html | ||
| 546 | |||
| 547 | recutils mono ${GS}/recutils/manual/recutils.html | ||
| 548 | recutils node ${GS}/recutils/manual/html_node/ | ||
| 549 | |||
| 550 | reftex mono ${GS}/auctex/manual/reftex.html | ||
| 551 | reftex node ${GS}/auctex/manual/reftex/ | ||
| 552 | |||
| 553 | remotecontrol mono ${GS}/remotecontrol/manual/remotecontrol.html | ||
| 554 | remotecontrol node ${GS}/remotecontrol/manual/html_node/ | ||
| 555 | |||
| 556 | rottlog mono ${GS}/rottlog/manual/rottlog.html | ||
| 557 | rottlog node ${GS}/rottlog/manual/html_node/ | ||
| 558 | |||
| 559 | RUSH = http://www.gnu.org.ua/software/rush/manual | ||
| 560 | rush mono ${RUSH}/rush.html | ||
| 561 | rush chapter ${RUSH}/html_chapter/ | ||
| 562 | rush section ${RUSH}/html_section/ | ||
| 563 | rush node ${RUSH}/html_node/ | ||
| 564 | |||
| 565 | screen mono ${GS}/screen/manual/screen.html | ||
| 566 | screen node ${GS}/screen/manual/html_node/ | ||
| 567 | |||
| 568 | sed mono ${GS}/sed/manual/sed.html | ||
| 569 | sed node ${GS}/sed/manual/html_node/ | ||
| 570 | |||
| 571 | sharutils mono ${GS}/sharutils/manual/html_mono/sharutils.html | ||
| 572 | sharutils chapter ${GS}/sharutils/manual/html_chapter/ | ||
| 573 | sharutils node ${GS}/sharutils/manual/html_node/ | ||
| 574 | |||
| 575 | shepherd mono ${GS}/shepherd/manual/shepherd.html | ||
| 576 | shepherd node ${GS}/shepherd/manual/html_node/ | ||
| 577 | |||
| 578 | # can't use mono files since they have generic names | ||
| 579 | SMALLTALK = ${GS}/smalltalk | ||
| 580 | smalltalk node ${SMALLTALK}/manual/html_node/ | ||
| 581 | smalltalk-base node ${SMALLTALK}/manual-base/html_node/ | ||
| 582 | smalltalk-libs node ${SMALLTALK}/manual-libs/html_node/ | ||
| 583 | |||
| 584 | sourceinstall mono ${GS}/sourceinstall/manual/sourceinstall.html | ||
| 585 | sourceinstall node ${GS}/sourceinstall/manual/html_node/ | ||
| 586 | |||
| 587 | sqltutor mono ${GS}/sqltutor/manual/sqltutor.html | ||
| 588 | sqltutor node ${GS}/sqltutor/manual/html_node/ | ||
| 589 | |||
| 590 | src-highlite mono ${GS}/src-highlite/source-highlight.html | ||
| 591 | |||
| 592 | swbis mono ${GS}/swbis/manual.html | ||
| 593 | |||
| 594 | tar mono ${GS}/tar/manual/tar.html | ||
| 595 | tar chapter ${GS}/tar/manual/html_chapter/ | ||
| 596 | tar section ${GS}/tar/manual/html_section/ | ||
| 597 | tar node ${GS}/autoconf/manual/html_node/ | ||
| 598 | |||
| 599 | teseq mono ${GS}/teseq/teseq.html | ||
| 600 | teseq node ${GS}/teseq/html_node/ | ||
| 601 | |||
| 602 | TEXINFO = ${GS}/texinfo/manual | ||
| 603 | texinfo mono ${TEXINFO}/texinfo/texinfo.html | ||
| 604 | texinfo 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 | |||
| 612 | thales node ${GS}/thales/manual/ | ||
| 613 | |||
| 614 | units mono ${GS}/units/manual/units.html | ||
| 615 | units node ${GS}/units/manual/html_node/ | ||
| 616 | |||
| 617 | vc-dwim mono ${GS}/vc-dwim/manual/vc-dwim.html | ||
| 618 | vc-dwim node ${GS}/vc-dwim/manual/html_node/ | ||
| 619 | |||
| 620 | wdiff mono ${GS}/wdiff/manual/wdiff.html | ||
| 621 | wdiff node ${GS}/wdiff/manual/html_node/ | ||
| 622 | |||
| 623 | websocket4j mono ${GS}/websocket4j/manual/websocket4j.html | ||
| 624 | websocket4j node ${GS}/websocket4j/manual/html_node/ | ||
| 625 | |||
| 626 | wget mono ${GS}/wget/manual/wget.html | ||
| 627 | wget node ${GS}/wget/manual/html_node/ | ||
| 628 | |||
| 629 | xboard mono ${GS}/xboard/manual/xboard.html | ||
| 630 | xboard node ${GS}/xboard/manual/html_node/ | ||
| 631 | |||
| 632 | # emacs-page | ||
| 633 | # Free TeX-related Texinfo manuals on tug.org. | ||
| 634 | |||
| 635 | T = http://tug.org/texinfohtml | ||
| 636 | |||
| 637 | dvipng mono ${T}/dvipng.html | ||
| 638 | dvips mono ${T}/dvips.html | ||
| 639 | eplain mono ${T}/eplain.html | ||
| 640 | kpathsea mono ${T}/kpathsea.html | ||
| 641 | latex2e mono ${T}/latex2e.html | ||
| 642 | tlbuild mono ${T}/tlbuild.html | ||
| 643 | web2c 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: | ||
