Update for version 4.8 import.

This commit is contained in:
ru 2005-05-23 10:55:29 +00:00
parent b39d83f060
commit efa9217cbf
2 changed files with 15 additions and 8 deletions

View File

@ -28,8 +28,9 @@ $FreeBSD$
*/lib/memcpy.c
*/lib/memmove.c
*/lib/mkstemp.c
*/lib/strcase.h
*/lib/strcasecmp.c
*/lib/strdup.c
*/lib/strdup.*
*/lib/strerror.c
*/lib/strncasecmp.c
*/lib/tempname.c
@ -41,10 +42,16 @@ $FreeBSD$
*/util/*awk
*/util/deref.c
*/util/fix*
*/util/gdoc
*/util/gen-dir-node
*/util/gendocs*
*/util/infosrch
*/util/install-info-html
*/util/tex3patch
*/util/texi-docstring-magic.el
*/util/texi2dvi
*/util/texi2pdf
*/util/texinfo-cat.in
*/util/texinfo.dtd
*/util/texinfo.xsl
*/util/txitextest

View File

@ -1,27 +1,27 @@
# ex:ts=8
$FreeBSD$
GNU Texinfo 4.6
GNU Texinfo 4.8
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 -xyf texinfo-4.6.tar.bz2
tar -X FREEBSD-Xlist -xyf texinfo-4.8.tar.bz2
To reduce the size of import, and to make it so the changes from 3.12
to 4.6 are easy to determine, the 4.6 directory structure was munged
to 4.8 are easy to determine, the 4.8 directory structure was munged
before import:
cd texinfo-4.6
cd texinfo-4.8
mv config.in config.h.in
Then imported by:
cvs import -m 'Import of stripped down GNU texinfo 4.6' \
src/contrib/texinfo FSF v4_6
cvs import -m 'Import of stripped down GNU texinfo 4.8' \
src/contrib/texinfo FSF v4_8
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
18-Jun-2003
23-May-2005