Update for version 4.8 import.

This commit is contained in:
Ruslan Ermilov 2005-05-23 10:55:29 +00:00
parent b5481c54cc
commit 94cfa110b2
2 changed files with 15 additions and 8 deletions

View File

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

View File

@ -1,27 +1,27 @@
# ex:ts=8 # ex:ts=8
$FreeBSD$ $FreeBSD$
GNU Texinfo 4.6 GNU Texinfo 4.8
originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/ originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/
For the import of Texinfo many files and directories were pruned by: 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 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: before import:
cd texinfo-4.6 cd texinfo-4.8
mv config.in config.h.in mv config.in config.h.in
Then imported by: Then imported by:
cvs import -m 'Import of stripped down GNU texinfo 4.6' \ cvs import -m 'Import of stripped down GNU texinfo 4.8' \
src/contrib/texinfo FSF v4_6 src/contrib/texinfo FSF v4_8
After the import, a separate extraction of texinfo was GNU configured After the import, a separate extraction of texinfo was GNU configured
in the "normal" way. The resulting config.h file should be compared 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. next vendor release.
ru@FreeBSD.org ru@FreeBSD.org
18-Jun-2003 23-May-2005