summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/INSTALL
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-23 10:46:22 +0000
committerru <ru@FreeBSD.org>2005-05-23 10:46:22 +0000
commit212fa58b27874a1ac997e85e3f696ffad810e44c (patch)
tree3fc59092050a7fe0bd61c1e105cf78dc1c99d284 /contrib/texinfo/INSTALL
parent007f372a86653605d72852e22dcd423d0276786c (diff)
downloadFreeBSD-src-212fa58b27874a1ac997e85e3f696ffad810e44c.zip
FreeBSD-src-212fa58b27874a1ac997e85e3f696ffad810e44c.tar.gz
Import of stripped down GNU texinfo 4.8
Diffstat (limited to 'contrib/texinfo/INSTALL')
-rw-r--r--contrib/texinfo/INSTALL26
1 files changed, 22 insertions, 4 deletions
diff --git a/contrib/texinfo/INSTALL b/contrib/texinfo/INSTALL
index 9226bbf..5834628 100644
--- a/contrib/texinfo/INSTALL
+++ b/contrib/texinfo/INSTALL
@@ -1,4 +1,4 @@
-$Id: INSTALL,v 1.2 2002/09/11 16:32:09 karl Exp $
+$Id: INSTALL,v 1.5 2004/11/19 13:08:47 karl Exp $
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -9,6 +9,27 @@ Automake-based distribution, please read the file `INSTALL.generic'.
Installation notes specific to Texinfo:
+* texinfo.tex and the other *.tex files are not installed by `make
+ install'. This is because there is no reliable way to know where to
+ install them. Instead, you have to run an additional make command
+ after the normal make install:
+ make TEXMF=/your/texmf install-tex
+ texinfo.tex is installed in ${TEXMF}/tex/texinfo/texinfo.tex, etc.
+
+* On the other hand, if you're maintaining a TeX distribution, you don't
+ want your users to see the installation warnings, because you already
+ have the files installed. (And you're keeping them up to date, right?)
+ In this case, run configure --disable-install-warnings, or set
+ enable_install_warnings=no in the environment.
+
+* On MacOSX, if configure fails with the error:
+ ac_cv_build='config.sub: invalid option -apple-darwin7.2.0
+this is probably because your uname -p is returning "unknown". Use
+/usr/bin/uname instead.
+
+* For instructions on compiling this distribution with DJGPP tools
+ for MS-DOS and MS-Windows, see the file djgpp/README.
+
* The Info tree uses a file `dir' as its root node; the `dir-example'
file in this distribution is included as a possible starting point.
Use it, modify it, or ignore it just as you like.
@@ -22,6 +43,3 @@ Installation notes specific to Texinfo:
* If your info files are not in $prefix/info, you may wish to add a line
#define DEFAULT_INFOPATH "/mydir1:/mydir2:..."
to config.h after running configure.
-
-* For instructions on compiling this distribution with DJGPP tools
- for MS-DOS and MS-Windows, see the file djgpp/README.
OpenPOWER on IntegriCloud