*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
a44a755d
JB
1Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
2
3 * GUILE-VERSION: Updated to 1.0b3.
4
5 Rehashed distribution system, in preparation for nightly
6 snapshots. Other changes in subdirectories.
7 * Makefile.in (dist): Rewritten --- the old target was out of
8 date, dependent on files that we don't have, and relied on GNU
9 tar. The new target is simpler.
10 (VERSION, srcdir, dist_dirs): New variables.
11 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
12 TODO.
13 (localtreats): Variable removed. We don't have this file.
14 (info): cd to doc and make info there; don't make info in every
15 ${subdir}; those Makefiles don't know what to do.
16 (distname, distdir, treats, announcefile): Variables removed.
17 (manifest-file): Target removed.
18 (dist-dir): New target, responsible for distributable files in
19 this directory.
20 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
21 controlling the 'dist' target.
22 * configure.in: Substitute GUILE-VERSION into the top-level
23 Makefile. Build doc/Makefile from doc/Makefile.in.
24
25 * doc/Makefile.in: New file.