Update for version 4.5 import.

This commit is contained in:
Ruslan Ermilov 2003-05-02 01:00:41 +00:00
parent 7a547773ab
commit ef584f5de1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114481
2 changed files with 12 additions and 7 deletions

View File

@ -1,5 +1,6 @@
$FreeBSD$
*/ABOUT-NLS
*/INSTALL.generic
*/Makefile.am
*/Makefile.in
*/acinclude.m4
@ -25,10 +26,12 @@ $FreeBSD$
*/lib/alloca.c
*/lib/memcpy.c
*/lib/memmove.c
*/lib/mkstemp.c
*/lib/strcasecmp.c
*/lib/strdup.c
*/lib/strerror.c
*/lib/strncasecmp.c
*/lib/tempname.c
*/m4/*
*/makeinfo/tests
*/missing
@ -38,7 +41,9 @@ $FreeBSD$
*/util/deref.c
*/util/fix*
*/util/gen-dir-node
*/util/infosrch
*/util/install-info-html
*/util/tex3patch
*/util/texi-docstring-magic.el
*/util/texi2dvi
*/util/txitextest

View File

@ -1,27 +1,27 @@
# ex:ts=8
$FreeBSD$
GNU Texinfo 4.2
GNU Texinfo 4.5
originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/
For the import of Texinfo many files and directories were pruned by:
tar -X FREEBSD-Xlist -xzf texinfo-4.2.tar.gz
tar -X FREEBSD-Xlist -xyf texinfo-4.5.tar.bz2
To reduce the size of import, and to make it so the changes from 3.12
to 4.2 are easy to determine, the 4.2 directory structure was munged
to 4.5 are easy to determine, the 4.5 directory structure was munged
before import:
cd texinfo-4.2
cd texinfo-4.5
mv config.in config.h.in
Then imported by:
cvs import -m 'Import of stripped down GNU texinfo 4.2' \
src/contrib/texinfo FSF v4_2
cvs import -m 'Import of stripped down GNU texinfo 4.5' \
src/contrib/texinfo FSF v4_5
After the import, a separate extraction of texinfo was GNU configured
in the "normal" way. The resulting config.h file should be compared
@ -35,4 +35,4 @@ All local changes should be submitted to the FSF for inclusion in the
next vendor release.
ru@FreeBSD.org
22-Jul-2002
2-May-2003