- Fix indentation in VarFind()
[dragonfly.git] / contrib / texinfo / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/texinfo/FREEBSD-upgrade,v 1.1.2.2 2002/08/07 16:53:33 ru Exp $
3 $DragonFly: src/contrib/texinfo/Attic/FREEBSD-upgrade,v 1.2 2003/06/17 04:24:07 dillon Exp $
4
5 GNU Texinfo 4.2
6         originals can be found at: ftp://ftp.gnu.org/gnu/texinfo/
7
8
9 For the import of Texinfo many files and directories were pruned by:
10
11         tar -X FREEBSD-Xlist -xzf texinfo-4.2.tar.gz
12
13
14 To reduce the size of import, and to make it so the changes from 3.12
15 to 4.2 are easy to determine, the 4.2 directory structure was munged
16 before import:
17
18         cd texinfo-4.2
19         mv config.in config.h.in
20
21
22 Then imported by:
23
24         cvs import -m 'Import of stripped down GNU texinfo 4.2' \
25                 src/contrib/texinfo FSF v4_2
26
27 After the import, a separate extraction of texinfo was GNU configured
28 in the "normal" way.  The resulting config.h file should be compared
29 with src/contrib/texinfo/config.h, and src/contrib/texinfo/config.h
30 updated as needed.
31
32 To make local changes to texinfo, simply patch and commit to the main
33 branch (aka HEAD).  Never make local changes on the vendor (FSF) branch.
34
35 All local changes should be submitted to the FSF for inclusion in the
36 next vendor release.
37
38 ru@FreeBSD.org
39 22-Jul-2002