diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-23 04:41:58 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-23 04:41:58 +0000 |
commit | 6595d9ed87843bdd450c950d501f9dfc4bf30d74 (patch) | |
tree | 9bc386a0875ecd26d247a4eb18407b6c59020a25 /texinfo/doc/README | |
parent | 317c77c896f6f126f4e68fc84b4dfe7636e4f7ee (diff) | |
download | gcc-6595d9ed87843bdd450c950d501f9dfc4bf30d74.tar.gz |
Initial revision
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18770 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/doc/README')
-rw-r--r-- | texinfo/doc/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/texinfo/doc/README b/texinfo/doc/README new file mode 100644 index 00000000000..e7518e6be77 --- /dev/null +++ b/texinfo/doc/README @@ -0,0 +1,26 @@ +This directory contains documentation on the Texinfo system and the TeX +sources needed to process Texinfo sources. + +The .tex files are not installed automatically because TeX installations +vary so widely. Installing them in the wrong place would give a false +sense of security. So, you should simply cp *.tex to the appropriate +place. If your installation follows the TeX Directory Structure +standard (http://www.tug.org/tds/), this will be the directory +<texmf>/tex/texinfo/ for texinfo.tex and <texmf>/tex/plain/dvips/ for +epsf.tex. If you use the default installation paths, <texmf> will be +/usr/local/share/texmf. If you have teTeX, you can find <texmf> by +running: + texconfig confall | grep \^TEXMF= +(The configure script tries to do this for you.) + +You can get the latest texinfo.tex from +ftp://ftp.tug.org/tex/texinfo.tex +ftp://ftp.cs.umb.edu/pub/tex/texinfo.tex +or on the FSF machines in /home/gd/gnu/doc/texinfo.tex. +If you have problems with the version in this distribution, please check +for a newer version. + +epsf.tex comes with dvips distributions, and you may already have it +installed. The version here is functionally identical but slightly +nicer than the one in dvips574. The changes have been sent to the +epsf.tex maintainer. |