* Makefile.in (TAGS): Produce a single tags file for all of Guile.
[bpt/guile.git] / ChangeLog
CommitLineData
93ef5778
JB
1Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
2
3 * configure.in: Check for -ldl, so the check for Tcl won't fail
4 spuriously.
5
253efac3
JB
6Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
7
39b3bff6
JB
8 Change the way we decide whether to build gtcltk-lib, so that it's
9 omitted from the build process when appropriate, but never from
10 the dist process.
11 * configure.in: Don't edit all_subdirs depending on the
12 availability of Tk; let that be the list of all PLUGIN
13 subdirectories present, as it used to be. Instead, edit a new
14 variable, build_subdirs; write its final value, the list of
15 subdirs we do want to compile in, to config.build-subdirs.
16 Substitute that into the top-level Makefile too.
17 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
18 recurse on the subdirectories we should build.
19 (distdirs): Set this to @existingdirs@, so it includes the subdirs
20 we decided not to build.
21
253efac3
JB
22 * doc/gtcltk.texi: File resurrected from old Guile releases.
23 * doc/Makefile.in (info): Build the gtcltk documentation.
24 (DIST_FILES): Include it in the distribution.
25
26 * configure.in: If we can find the library for tcl7.5, build
27 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
28 compiler (not sure this is necessary).
29
795b4217
JB
30Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
31
32 * NEWS: Fix bug reporting address.
33
34Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
35
36 * AUTHORS: New file, in accordance with the GNU maintainers'
37 standards.
38
ce2cc116
JB
39Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
40
41 * README: Renamed from ANNOUNCE; include bug report address,
42 description, and short tour.
43 * INSTALL: Renamed from BUILDING.
44 * NEWS: New file.
45 * Makefile.in (DISTFILES): Update appropriately.
46
a44a755d
JB
47Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
48
0196b30a
JB
49 * doc/Makefile.in: Added pattern targets for creating DVI and
50 PostScript files.
51 (%.ps, %.dvi, %.txt): New targets.
52 (DVIPS, TEXI2DVI): New variables.
53
a44a755d
JB
54 * GUILE-VERSION: Updated to 1.0b3.
55
56 Rehashed distribution system, in preparation for nightly
57 snapshots. Other changes in subdirectories.
58 * Makefile.in (dist): Rewritten --- the old target was out of
59 date, dependent on files that we don't have, and relied on GNU
60 tar. The new target is simpler.
61 (VERSION, srcdir, dist_dirs): New variables.
62 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
63 TODO.
64 (localtreats): Variable removed. We don't have this file.
65 (info): cd to doc and make info there; don't make info in every
66 ${subdir}; those Makefiles don't know what to do.
67 (distname, distdir, treats, announcefile): Variables removed.
68 (manifest-file): Target removed.
69 (dist-dir): New target, responsible for distributable files in
70 this directory.
71 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
72 controlling the 'dist' target.
73 * configure.in: Substitute GUILE-VERSION into the top-level
74 Makefile. Build doc/Makefile from doc/Makefile.in.
75
76 * doc/Makefile.in: New file.