cat =log1
[bpt/guile.git] / ChangeLog
CommitLineData
ce2cc116
JB
1Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
2
3 * README: Renamed from ANNOUNCE; include bug report address,
4 description, and short tour.
5 * INSTALL: Renamed from BUILDING.
6 * NEWS: New file.
7 * Makefile.in (DISTFILES): Update appropriately.
8
a44a755d
JB
9Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
10
0196b30a
JB
11 * doc/Makefile.in: Added pattern targets for creating DVI and
12 PostScript files.
13 (%.ps, %.dvi, %.txt): New targets.
14 (DVIPS, TEXI2DVI): New variables.
15
a44a755d
JB
16 * GUILE-VERSION: Updated to 1.0b3.
17
18 Rehashed distribution system, in preparation for nightly
19 snapshots. Other changes in subdirectories.
20 * Makefile.in (dist): Rewritten --- the old target was out of
21 date, dependent on files that we don't have, and relied on GNU
22 tar. The new target is simpler.
23 (VERSION, srcdir, dist_dirs): New variables.
24 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
25 TODO.
26 (localtreats): Variable removed. We don't have this file.
27 (info): cd to doc and make info there; don't make info in every
28 ${subdir}; those Makefiles don't know what to do.
29 (distname, distdir, treats, announcefile): Variables removed.
30 (manifest-file): Target removed.
31 (dist-dir): New target, responsible for distributable files in
32 this directory.
33 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
34 controlling the 'dist' target.
35 * configure.in: Substitute GUILE-VERSION into the top-level
36 Makefile. Build doc/Makefile from doc/Makefile.in.
37
38 * doc/Makefile.in: New file.