Name Date Size #Lines LOC

..08-May-2022-

Makefile.amH A D08-May-20223.6 KiB8154

Makefile.inH A D08-May-202227.6 KiB773675

READMEH A D08-May-20222.1 KiB4536

epsf.texH A D08-May-202222.2 KiB548546

fdl.texiH A D08-May-202220.6 KiB454378

info-stnd.texiH A D08-May-202280.5 KiB2,2051,873

info.1H A D08-May-20222.5 KiB9288

info.5H A D08-May-20221.9 KiB6543

info.texiH A D08-May-202262.9 KiB1,5001,246

infokey.1H A D08-May-20221.3 KiB4440

install-info.1H A D08-May-20222.4 KiB8177

makeinfo.1H A D08-May-20225.7 KiB211207

mdate-shH A D08-May-20224.8 KiB17193

pdfcolor.texH A D08-May-20225.6 KiB159152

stamp-1H A D08-May-202297 54

stamp-vtiH A D08-May-202297 54

texi2dvi.1H A D08-May-20222.8 KiB9894

texindex.1H A D08-May-20221.3 KiB4440

texinfo.5H A D08-May-20221.8 KiB5432

texinfo.texH A D08-May-2022221.5 KiB7,0876,496

texinfo.txiH A D08-May-2022684.1 KiB20,51416,371

txi-cs.texH A D08-May-20222.3 KiB7574

txi-de.texH A D08-May-20222.5 KiB8079

txi-en.texH A D08-May-20222.3 KiB7067

txi-es.texH A D08-May-20221.7 KiB5955

txi-fr.texH A D08-May-20222.5 KiB7470

txi-it.texH A D08-May-20222.4 KiB7067

txi-nl.texH A D08-May-20222.2 KiB6966

txi-no.texH A D08-May-20222.3 KiB7069

txi-pl.texH A D08-May-20222.4 KiB7473

txi-pt.texH A D08-May-20222.1 KiB7069

txi-tr.texH A D08-May-20222.6 KiB8382

version-stnd.texiH A D08-May-2022172 65

version.texiH A D08-May-2022167 65

README

1Id: README,v 1.4 2004/04/11 17:56:45 karl Exp
2texinfo/doc/README
3
4  Copyright (C) 2002 Free Software Foundation, Inc.
5
6  Copying and distribution of this file, with or without modification,
7  are permitted in any medium without royalty provided the copyright
8  notice and this notice are preserved.
9
10This directory contains documentation on the Texinfo system and the TeX
11sources needed to process Texinfo sources.  We recommend using the
12texi2dvi included in this distribution to run a Texinfo manual through
13TeX to produce a DVI file.
14
15The .tex files are not installed automatically because TeX installations
16vary so widely.  Installing them in the wrong place would give a false
17sense of security.  So, you should simply cp *.tex to the appropriate
18place.  If your installation follows the TeX Directory Structure
19standard (http://tug.org/tds/), this will be the directory
20TEXMF/tex/texinfo/ for texinfo.tex, TEXMF/tex/generic/dvips/ for epsf.tex,
21and TEXMF/pdftex/plain/misc for pdfcolor.tex.  If you use the default
22installation paths, TEXMF will be /usr/local/share/texmf.  On systems
23with TeX preinstalled, as most GNU/Linux distributions offer, TEXMF
24will often be something like /usr/share/texmf.
25
26It is also possible to put these .tex files in a `local' place instead
27of overwriting existing ones, but this is more complicated.  See your TeX
28documentation in general and the texmf.cnf file in particular for information.
29
30If you add files to your TeX installations, not just replace existing
31ones, you very likely have to update your ls-R file; do this with the
32mktexlsr command.  In older versions, this was named MakeTeXls-R.
33
34You can get the latest texinfo.tex from
35ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex (and all GNU mirrors)
36ftp://tug.org/tex/texinfo.tex (and all CTAN mirrors)
37or on the FSF machines in /home/gd/gnu/doc/texinfo.tex.
38If you have problems with the version in this distribution, please check
39for a newer version.
40
41epsf.tex comes with dvips distributions, and you may already have it
42installed.  The version here is functionally identical but slightly
43nicer than the one in dvips574.  The changes have been sent to the
44epsf.tex maintainer.
45