Add a couple of exceptions to .gitignore
[packages] / xemacs-packages / build / README
1 Below instructions regarding "Making a release" are incorrect as per
2 2001-04-30.
3
4 Instead, make sure to manually update following approximate locations
5 before making a new release of build, checkin the changes and roll a
6 new release.
7
8 Substitute the package VERSION number (see Makefile) for $Name[^$]+$
9 below.
10 Substitute an ISO8601 date (YYYY-MM-DD) for $Date[^$]+$.
11
12 cd c:\Hacking\XEmacs\xemacs-packages\libs\build\
13 egrep -ni "\$[A-Z][a-z]+" * NUL
14 Compilation started at Sun Apr 29 23:59:06 2001 +0200 (W. Europe Daylight Time)
15 egrep: CVS: Invalid request code
16 build.el:8:;; Date: $Date: 2002-12-08 21:26:36 $
17 build.el:9:;; Version: $Name:  $
18 build.el:71:  (let ((x "$Name:  $"))
19 build.el:80:  (let ((x "$Date: 2002-12-08 21:26:36 $"))
20 build.texi:28:@subtitle Version $Name:  $ (for XEmacs 21.1, 21.2), dated $Date: 2002-12-08 21:26:36 $
21 build.texi:59:This is the XEmacs Build Reference Manual, Version $Name:  $ (for XEmacs
22 build.texi:60:21.1, 21.2), released $Date: 2002-12-08 21:26:36 $, by @email{adrian@@xemacs.org, Adrian
23
24 grep exited abnormally with code 2 at Sun Apr 29 23:59:07
25
26 ============================================================================
27
28 Making a release (2001-04-19):
29
30 1.
31 Tag the sources (using cvs tag rJMAJOR-MINOR).
32 rtag will probably not work because build-report.el is in the Attic.
33
34 2.
35 Update from cvs using:
36 cvs update -r rMAJOR-MINOR -kv
37
38 3.
39 make distclean
40 make bindist
41
42 4.
43 Update again to remove sticky tag and expanded keywords:
44 cvs update -PdA
45
46 5.
47 Hand-edit
48
49 PACKAGE_INDEX = package-index.LATEST.pgp
50
51 in NONMULE_INSTALLED_PACKAGES_ROOT (see ..\..\Local.rules) to remove any
52 old entries for the build package.
53
54 6.
55 Options -> Manage Packages -> Add Download Site
56         Adrian's Packages local to ZJ75T
57 Options -> Manage Packages -> Update Package Index
58 Options -> Manage Packages -> List & Install
59         Uninstall the old build package.
60         Install the new build package version.