*** empty log message ***
[bpt/guile.git] / ChangeLog
CommitLineData
2a0d7176
TP
11997-11-21 Tim Pierce <twp@twp.tezcat.com>
2
3 * acinclude.m4 (GUILE_DLSYM_USCORE): New macro, thanks Dan Hagerty
4 <hag@ai.mit.edu>.
5 * configure.in: Use it.
6 * configure: Regenerated.
7 * acconfig.h (DLSYM_ADDS_USCORE): New #define.
8
1ad2d179
MD
91997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
10
11 * README (libtool): Tell people to use version 1.0e.
12
83531e61
JB
13Sat Oct 25 02:50:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
14
15 Call the QuickThreads library libqthreads.a, not libqt.a. The old
16 name conflicts with the Qt user interface toolkit.
17 * threads.m4 (CY_AC_WITH_THREADS): Use new library name.
18 * configure.in: Same.
19 * aclocal.m4, configure: Regenerated.
20
2e368582
JB
21Thu Oct 23 00:58:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
22
23 * configure.in: Check for the readline library, and the termcap
24 library (on which readline relies).
25 * configure: Regenerated.
26
27Wed Oct 22 16:55:57 1997 Jim Blandy <jimb@totoro.red-bean.com>
28
29 New libtool: 1.0e
30 * ltconfig, ltmain.sh, config.sub, config.guess: Updated.
31 * configure, aclocal.m4: Regenerated.
32
cd721def
MV
331997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
34
35 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
36 * configure.in: Check whether dlopen can be found without -ldl.
37
5aa28c1e
JB
38Mon Sep 29 23:52:52 1997 Jim Blandy <jimb@totoro.red-bean.com>
39
40 * Makefile.in: Regenerated with automake 1.2c.
41
9ba3d403
JB
42Sat Sep 27 23:01:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
43
44 * Makefile.am: Add new `build' subdirectory to SUBDIRS.
45 * configure.in: Add build/Makefile to AC_OUTPUT clause.
46 * Makefile.in, configure: Regenerated.
47
48 * Makefile.in, aclocal.m4: Regenerated with automake 1.2a.
49
476f3c84
MD
50Tue Sep 16 00:19:46 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
51
52 * README, ltconfig, ltmain.sh: New libtool: 1.0c.
53
e69807f0
MD
54Thu Sep 11 11:28:24 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
55
56 * ltmain.sh: Added a missing '\' before \n on line 32.
57
1aa8162b
JB
58Thu Aug 28 23:40:43 1997 Jim Blandy <jimb@totoro.red-bean.com>
59
60 New libtool: 1.0b.
61 * ltconfig, ltmain.sh, config.guess: Freshly libtoolized.
62 * Makefile.in, aclocal.m4, configure: Regenerated, salamander-style.
63
34695603
JB
64Wed Aug 27 11:35:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
65
66 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
67
68 * configure.in: Use the QuickThreads assembler fragment with Irix
69 dynamic linking support for Irix 6 as well as Irix 5. Thanks to
70 Jesse Glick.
71 * configure: Regenerated.
72
e9cd5d2f
MD
73Sun Aug 24 15:51:12 1997 Mikael Djurfeldt <mdj@kenneth>
74
0b89e78e
MD
75 * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,
76 so that test for the same function can be performed multiple
77 times.
78
e9cd5d2f
MD
79 * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,
80 rx/rxposix.h. Add library rx only if regcomp can't be found
81 without it.
82
83 * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses
84 it for some reason!
85
1782cc37
JB
86Fri Aug 22 21:21:49 1997 Jim Blandy <jimb@totoro.red-bean.com>
87
88 * THANKS: New file.
89 * Makefile.in, aclocal.m4, configure: Regenerated.
90
757cfb94
MD
91Wed Jul 23 20:24:27 1997 Mikael Djurfeldt <djurf@zafir.e.kth.se>
92
93 * configure.in: Added thread support for the alpha architecture.
94 configure: Regenerated.
95
f4e5b810
GH
96Thu Jul 17 07:56:05 1997 Gary Houston <ghouston@actrix.gen.nz>
97
98 * configure.in: use AC_CHECK_FUNCS for sethostent etc.,
99 so scmconfig.h is updated with the test results. this may
100 disable one of the cygwin hacks.
101
32552d73
JB
102Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
103
104 Changes to compile under gnu-win32, from Marcus Daniels:
105 * configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
106 to indicate that Unix domain sockets will work.
107 Check for socketpair, getgroups, setwent, pause, and tzset
108 (cygwin currently lacks these them).
109 Check for sethostent endhostent getnetent setnetent endnetent
110 getprotoent endprotoent getservent endservent getnetbyaddr
111 getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
112 lacks them). In the case of cygwin, temporarily prefix these
113 functions with "cygwin32_", the way that netdb.h does.
114 Don't define HAVE_REGCOMP unless both regcomp and regex.h are
115 available (cygwin b18 came distributed without a working regex.h
116 file).
117 * acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
118 * configure: Regenerated.
119
ec918b9b
TP
120Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
121
122 * ltmain.sh: Remove any trailing colon on $shlibpath_var
123 (i.e. LD_LIBRARY_PATH) for braindamaged linkers that choke on it.
124 Patch sent to bug-libtool.
125
4a5fa91c
TP
126Sat Jun 28 16:13:43 1997 Tim Pierce <twp@twp.tezcat.com>
127
128 * configure.in: Add alloca.o explicitly to LIBOBJS (thanks Eric
129 Backus for reporting this problem and suggesting a fix).
130 * configure: Regenerated.
131
a01e24ec
JB
132Thu Jun 26 20:43:31 1997 Jim Blandy <jimb@floss.red-bean.com>
133
134 * Guile 1.2 released.
135
136 * configure.in: Check for librx after libm; fundamentals need to
137 come first.
138 * configure: Regenerated.
139
787d7283
TP
140Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
141
142 * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to
143 `am_cv_path_LD'.
144 * configure: Regenerated.
145
0dc48630
JB
146Sun Jun 22 15:43:07 1997 Jim Blandy <jimb@floss.red-bean.com>
147
91b28bb5
JB
148 Try to detect when people are using one version of libguile and a
149 different version of ice-9. People have been skewing things and
150 sending in bug reports.
151 * configure.in: Provide libguile its version information through a
152 separate header file generated by the Makefile, not through
153 scmconfig.h.
154 (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION):
155 AC_SUBST these, instead of AC_DEFINE'ing them.
156 (GUILE_STAMP): New AC_SUBST: the time we configured the tree.
157 (AC_OUTPUT): Create ice-9/version.scm.
158 * acconfig.h (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
159 GUILE_VERSION): Deleted.
160 * Makefile.in: Regenerated.
161
0dc48630
JB
162 * aclocal.m4: Regenerated, using the libtool 0.9h m4 macros.
163
164 * Makefile.am (EXTRA_DIST): Include acconfig.h in the
165 distribution.
166 * Makefile.in: Regenerated.
167
91529b1d
JB
168Sat Jun 21 00:14:07 1997 Jim Blandy <jimb@floss.red-bean.com>
169
170 * ltmain.sh (line 1191): Don't forget 'test' in if statement.
171
172 * ltconfig, ltmain.sh: libtoolized, using libtool 0.9h.
173
3688473b
JB
174Wed Jun 11 00:34:01 1997 Jim Blandy <jimb@floss.red-bean.com>
175
832b09ed
JB
176 * ltconfig, ltmain.sh, config.guess: New files from libtool 0.9g.
177
178 * configure.in: By default, include functions in Guile to allow
179 linking with dynamic libraries at run-time. In other words,
180 --enable-dynamic-linking is now the default.
181 * configure: Rebuilt.
182
cad2eb84
JB
183 * configure.in: Remove space between AC_CHECK_LIB and opening
184 paren in check for Rx.
185 * configure: Regenerated.
186
3688473b
JB
187 * configure.in: Remove all mention of xtra_PLUGIN_guile_libs.
188 It's never used.
189 * configure, Makefile.in: Regenerated.
190
191Tue Jun 10 23:37:12 1997 Jim Blandy <jimb@floss.red-bean.com>
192
193 * configure.in: Move checks for libraries (-lm, -lnsl, -lsocket,
194 -dl, -dld) before checks for functions.
195 * configure: Regenerated.
196
95d59d10
JB
197Mon Jun 9 02:35:46 1997 Tim Pierce <twp@twp.tezcat.com>
198
199 * config.guess: New copy from autoconf-2.12, which recognizes
200 OpenBSD.
201
14d546a7
JB
202Tue Jun 3 16:34:19 1997 Jim Blandy <jimb@totoro.cyclic.com>
203
204 * configure.in: Check for Rx, so we will use its routines (which I
205 pretty much trust) if it is installed.
206 * configure: Regenerated.
207
e1a191a8
GH
208Sat May 31 03:48:45 1997 Gary Houston <ghouston@actrix.gen.nz>
209
210 * acconfig.h: mention HAVE_RESTARTS.
211 * configure.in: check for sigaction and restartable system calls.
212
737c9113
JB
213Tue May 27 22:47:52 1997 Tim Pierce <twp@twp.tezcat.com>
214
215 * configure.in: Check for presence of regcomp.
216 * configure: Regenerated.
217
3f4c654d
JB
218Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
219
36539a15
JB
220 * COPYING: New address for FSF.
221
3f4c654d
JB
222 * configure.in: We don't need to add fileblocks.o to LIBOBJS if
223 struct stat doesn't have the st_blocks field. We take care of
224 that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
a00c28cd 225 definition, edited appropriately. (Bernard URBAN)
3f4c654d
JB
226 * configure: Regenerated.
227
c1a649bf
JB
228Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
229
3f4c654d
JB
230 * configure.in: Don't link against -lnsl or -lsocket unless we
231 actually need to. This causes trouble on Irix. (Thanks to Larry
232 Schwimmer.)
233
c1a649bf
JB
234 * config.sub: Get newer version, that recognizes the i686.
235
c5ac623b
JB
236Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
237
238 * README: Changed Mikael's threads work attribution in order
239 to sooth Anthony's enormous, but wounded, ego.
240
241Fri May 16 17:26:53 1997 Jim Blandy <jimb@totoro.cyclic.com>
242
243 Just kidding!!!
244
adb98aa9
JB
245Fri May 16 04:24:48 1997 Jim Blandy <jimb@floss.cyclic.com>
246
247 Guile 1.1 released.
248 * GUILE-VERSION: Bump to 1.1.
249
9b01064c
JB
250Tue May 13 16:34:40 1997 Jim Blandy <jimb@floss.cyclic.com>
251
252 Switch to automake-1.1p.
253 * Makefile.in, aclocal.m4, configure: Regenerated.
254
d53f4df2
JB
255Mon May 12 18:29:45 1997 Jim Blandy <jimb@floss.cyclic.com>
256
257 * threads.m4: Copy Anthony's change here, so it'll actually
258 survive.
259
ec06dd30
AG
260Thu May 8 11:48:40 1997 Anthony Green <green@hoser.cygnus.com>
261
262 * aclocal.m4: Fixes for building with coop threads in a
263 seperate compilation directory.
264 * configure: Rebuilt.
265
953b3c55
JB
266Fri May 2 16:24:15 1997 Jim Blandy <jimb@floss.cyclic.com>
267
268 Upgrade to libtool 0.9e.
269 * ltconfig, ltmain.sh, config.guess, config.sub: New versions,
270 supplied by libtool.
271
272 * configure.in: When configuring qt, sunos needs the underscore
273 files; Solaris and Linux both need the normal files.
274 * configure: Reebilt.
275
8225b156
JB
276Thu May 1 15:35:49 1997 Jim Blandy <jimb@floss.cyclic.com>
277
278 * configure.in: Get the paths for qt's md files right, so it can
279 build correctly when using a separate compilation directory.
280 * configure: Regenerated.
281
20108301
JB
282Thu Apr 24 01:20:34 1997 Jim Blandy <jimb@floss.cyclic.com>
283
67061067
JB
284 Get threads to work again.
285 * Makefile.am (SUBDIRS): List libguile last, so qt gets built
286 first.
287 * Makefile.in: Regenerated.
288 * aclocal.m4, configure: Regenerate, with modern definition of
289 CY_AC_WITH_THREADS. Where did the old text come from? Creepy...
290
291 Reduced Guile distribution: one configure script, no plugins.
20108301
JB
292 * configure.in: Merged the old text from qt/configure.in and
293 libguile/configure.in; Tom Tromey says automake only wants one
294 configure.in script. This seems fishy, but...
295 * Makefile.am: List the subdirectories explicitly; no more PLUGIN
296 gubbish.
297 * acconfig.h, acinclude.m4: Moved here from libguile, since
298 libguile's configure script lives here now.
299 * AUTHORS, INSTALL, README: Updated.
300 * Makefile.in, aclocal.m4 configure: Regenerated. Just like
301 amputated amphibian limbs.
302
93918199
JB
303Tue Apr 22 16:57:38 1997 Jim Blandy <jimb@totoro.cyclic.com>
304
305 * newdoc/ref/Makefile.am (dist_texis): Distribute the index files.
306 * newdoc/ref/Makefile.in: Regenerated.
307
7c9c7760
JB
308Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
309
310 * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no
311 need to link against libthreads; the files it used to contain
312 are now a part of libguile.
313
c8b62a7e
JB
314Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
315
316 * guile.m4: Revert change of Mar 15, and use the new 'no-define'
317 argument to the AM_INIT_AUTOMAKE macro.
318
12afb619
JB
319Fri Apr 11 15:43:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
320
321 * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d.
322 * README: Say where to find libtool 0.9d.
323
58bc1a29
JB
324Wed Apr 9 17:51:13 1997 Jim Blandy <jimb@floss.cyclic.com>
325
326 Changes to work with automake-1.1n, which has better libtool
327 support. Also use libtool 0.8.
328 * README: Note new version numbers for automake and libtool.
329 * missing: New file required by new automake.
330 * Makefile.in: Regenerated.
331
5c09c7ea
JB
332Sat Apr 5 16:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
333
334 * newdoc/ref/scheme.texi (set-object-property!): Fix function name.
335
336 * Makefile.am: Omit doc subtree.
337 * configure.in: Omit makefiles in doc subtree.
338 * Makefile.in, configure: Rebuilt.
339
3b0d0eb8
MD
340Sat Mar 15 01:11:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
341
342 * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macro
343 with its definition and commented out definition of PACKAGE. This
344 changed seemed necessary after having removed PACKAGE from
345 libguile/acconfig.h.
346
15ae1bee
MD
347Mon Feb 24 21:43:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
348
afa64ca8
MD
349 * ltconfig, ltmain.sh: New versions from libtool-0.9.
350
15ae1bee
MD
351 * configure.in: Added AM_MAINTAINER_MODE
352
863b096e
JB
353Fri Feb 7 17:57:46 1997 Jim Blandy <jimb@floss.cyclic.com>
354
355 * config.sub, config.guess: New versions, that handle i686, etc.
356
de74670f
MG
357Thu Jan 23 07:06:15 1997 Mark Galassi <rosalia@papageno.lanl.gov>
358
359 * newdoc/tutorial/guile-tut.texi: started checking in the Guile
360 tutorial rewrite, but have not merged much into it yet.
361
31e59da8
MG
362Tue Jan 21 17:28:40 1997 Mark Galassi <rosalia@sarastro.lanl.gov>
363
364 * newdoc/ref/guile-ref.texi: started checking in parts of the
de74670f 365 reference manual re-write.
31e59da8 366
3890022f
MV
367Sat Jan 11 14:40:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
368
369 * ltconfig, ltmain.sh: New files for libtool support. libguile,
370 rx, gh and gtcltk-lib can now be build as shared libraries.
371 * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh
372
01cf3840
JB
373Sun Jan 5 16:57:10 1997 Jim Blandy <jimb@floss.cyclic.com>
374
375 * Guile 1.0 released. This is the first release by the Free
376 Software Foundation; Cygnus has also released earlier versions of
377 Guile.
378
379 * GUILE-VERSION: Updated version number.
380 * NEWS: Added comments for all the user-visible changes marked in
381 the ChangeLogs.
382 * README: Updated for release.
383
0a67c27a
GH
384Thu Dec 12 00:14:32 1996 Gary Houston <ghouston@actrix.gen.nz>
385
386 * scsh: new directory.
387
733943b9
TT
388Mon Dec 2 17:33:04 1996 Tom Tromey <tromey@cygnus.com>
389
390 * configure.in: Generate doc/guile-programmer/Makefile and
391 doc/guile-user/Makefile.
392
393Sat Nov 30 23:45:54 1996 Tom Tromey <tromey@cygnus.com>
394
395 * aclocal.m4: Now automatically generated by aclocal.
396 * threads.m4: New file.
397 * guile.m4: New file.
398 * Makefile.am, doc/Makefile.am: New files.
399 * configure.in: Updated for Automake. Avoid excessively verbose
400 "greet" messages.
401
8a2c7b71
MG
402Wed Oct 16 07:32:14 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
403
404 * lgh: directory renamed to gh, along with all prefixes of the
405 high level library procedures.
406
1eaceb61
JB
407Thu Oct 10 14:37:43 1996 Jim Blandy <jimb@floss.cyclic.com>
408
409 * Makefile.in (TAGS tags): Find the source files in $srcdir.
410
a857bf16
JB
411Wed Oct 9 19:37:14 1996 Jim Blandy <jimb@floss.cyclic.com>
412
413 * Makefile.in (DISTFILES): Add AUTHORS and aclocal.m4.
414
e5e0f394
MD
415Tue Oct 1 00:13:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
416
417 * configure.in: Added some configuration magic from the Cygnus
418 distribution.
419
420 * aclocal.m4: New file. For now used for thread support
421 configuration.
422
891ee51c
MG
423Fri Sep 13 14:39:30 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
424
7d41a049
MG
425 * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES
426
891ee51c
MG
427 * PLUGIN: changed the PLUGIN/REQ files in the ice-9 and lgh
428 directories, to arrange for lgh to the last thing
429 configured/built.
430
84da179f 431Wed Sep 11 21:11:33 1996 Mark Galassi <rosalia@nis.lanl.gov>
2be50ff5
MG
432
433 * lgh/: added the directory in which I implement the high level
434 libguile library (lgh_) for this release of Guile. See the
435 ChangeLog in there for further details.
436
ea332eb2
MG
437Wed Sep 11 16:12:53 1996 Mark Galassi <rosalia@sarastro.lanl.gov>
438
439 * doc/ (guile-user and guile-programmer): added the guile-user and
440 guile-programmer directories which contain the user and programmer
441 manuals. See the ChangeLog entries there for detail.
442
21dc7b47
JB
443Wed Sep 11 14:33:49 1996 Jim Blandy <jimb@floss.cyclic.com>
444
445 * Makefile.in (distclean): Don't forget to delete doc/Makefile.
446
447 * Makefile.in (distclean): Don't forget to delete
448 config.build-subdirs.
449
de15ba3a
JB
450Thu Sep 5 17:36:15 1996 Jim Blandy <jimb@floss.cyclic.com>
451
452 * Makefile.in (tags): New name for `TAGS' target, which will
453 always run the commands.
454
1089e30d
JB
455Thu Sep 5 09:56:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
456
457 * README: Doc fixes.
458
228ada63
JB
459Fri Aug 30 16:56:27 1996 Jim Blandy <jimb@floss.cyclic.com>
460
461 * Makefile.in (TAGS): Produce a single tags file for all of Guile.
462
93ef5778
JB
463Thu Aug 15 19:03:03 1996 Jim Blandy <jimb@floss.cyclic.com>
464
465 * configure.in: Check for -ldl, so the check for Tcl won't fail
466 spuriously.
467
253efac3
JB
468Thu Aug 15 01:29:29 1996 Jim Blandy <jimb@totoro.cyclic.com>
469
39b3bff6
JB
470 Change the way we decide whether to build gtcltk-lib, so that it's
471 omitted from the build process when appropriate, but never from
472 the dist process.
473 * configure.in: Don't edit all_subdirs depending on the
474 availability of Tk; let that be the list of all PLUGIN
475 subdirectories present, as it used to be. Instead, edit a new
476 variable, build_subdirs; write its final value, the list of
477 subdirs we do want to compile in, to config.build-subdirs.
478 Substitute that into the top-level Makefile too.
479 * Makefile.in (subdirs): Set this to @build_subdirs@, so we only
480 recurse on the subdirectories we should build.
481 (distdirs): Set this to @existingdirs@, so it includes the subdirs
482 we decided not to build.
483
253efac3
JB
484 * doc/gtcltk.texi: File resurrected from old Guile releases.
485 * doc/Makefile.in (info): Build the gtcltk documentation.
486 (DIST_FILES): Include it in the distribution.
487
488 * configure.in: If we can find the library for tcl7.5, build
489 gtcltk-lib. Call AC_PROG_CC, to help run that test with the right
490 compiler (not sure this is necessary).
491
795b4217
JB
492Mon Aug 12 15:09:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
493
494 * NEWS: Fix bug reporting address.
495
496Fri Aug 9 15:58:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
497
498 * AUTHORS: New file, in accordance with the GNU maintainers'
499 standards.
500
ce2cc116
JB
501Tue Aug 6 14:40:44 1996 Jim Blandy <jimb@totoro.cyclic.com>
502
503 * README: Renamed from ANNOUNCE; include bug report address,
504 description, and short tour.
505 * INSTALL: Renamed from BUILDING.
506 * NEWS: New file.
507 * Makefile.in (DISTFILES): Update appropriately.
508
a44a755d
JB
509Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
510
0196b30a
JB
511 * doc/Makefile.in: Added pattern targets for creating DVI and
512 PostScript files.
513 (%.ps, %.dvi, %.txt): New targets.
514 (DVIPS, TEXI2DVI): New variables.
515
a44a755d
JB
516 * GUILE-VERSION: Updated to 1.0b3.
517
518 Rehashed distribution system, in preparation for nightly
519 snapshots. Other changes in subdirectories.
520 * Makefile.in (dist): Rewritten --- the old target was out of
521 date, dependent on files that we don't have, and relied on GNU
522 tar. The new target is simpler.
523 (VERSION, srcdir, dist_dirs): New variables.
524 (DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
525 TODO.
526 (localtreats): Variable removed. We don't have this file.
527 (info): cd to doc and make info there; don't make info in every
528 ${subdir}; those Makefiles don't know what to do.
529 (distname, distdir, treats, announcefile): Variables removed.
530 (manifest-file): Target removed.
531 (dist-dir): New target, responsible for distributable files in
532 this directory.
533 (GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
534 controlling the 'dist' target.
535 * configure.in: Substitute GUILE-VERSION into the top-level
536 Makefile. Build doc/Makefile from doc/Makefile.in.
537
538 * doc/Makefile.in: New file.