mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
0f7876f515
commit
a44a755d25
6 changed files with 53 additions and 0 deletions
5
.cvsignore
Normal file
5
.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Makefile
|
||||||
|
config.cache
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
guile-*.tar.gz
|
25
ChangeLog
Normal file
25
ChangeLog
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
Thu Aug 1 02:31:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
|
||||||
|
|
||||||
|
* GUILE-VERSION: Updated to 1.0b3.
|
||||||
|
|
||||||
|
Rehashed distribution system, in preparation for nightly
|
||||||
|
snapshots. Other changes in subdirectories.
|
||||||
|
* Makefile.in (dist): Rewritten --- the old target was out of
|
||||||
|
date, dependent on files that we don't have, and relied on GNU
|
||||||
|
tar. The new target is simpler.
|
||||||
|
(VERSION, srcdir, dist_dirs): New variables.
|
||||||
|
(DISTFILES): Renamed from localfiles. Added GUILE-VERSION and
|
||||||
|
TODO.
|
||||||
|
(localtreats): Variable removed. We don't have this file.
|
||||||
|
(info): cd to doc and make info there; don't make info in every
|
||||||
|
${subdir}; those Makefiles don't know what to do.
|
||||||
|
(distname, distdir, treats, announcefile): Variables removed.
|
||||||
|
(manifest-file): Target removed.
|
||||||
|
(dist-dir): New target, responsible for distributable files in
|
||||||
|
this directory.
|
||||||
|
(GZIP, GZIP_EXT, TAR_VERBOSE, DIST_NAME): New variables,
|
||||||
|
controlling the 'dist' target.
|
||||||
|
* configure.in: Substitute GUILE-VERSION into the top-level
|
||||||
|
Makefile. Build doc/Makefile from doc/Makefile.in.
|
||||||
|
|
||||||
|
* doc/Makefile.in: New file.
|
3
ice-9/.cvsignore
Normal file
3
ice-9/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Makefile
|
||||||
|
config.log
|
||||||
|
config.status
|
|
@ -1,3 +1,10 @@
|
||||||
|
Thu Aug 1 02:52:42 1996 Jim Blandy <jimb@totoro.cyclic.com>
|
||||||
|
|
||||||
|
* Makefile.in (dist-dir): New target for new dist system.
|
||||||
|
(manifest): Deleted.
|
||||||
|
* PLUGIN/this.configure (aux_files): Removed PLUGIN; it's a
|
||||||
|
directory, and needs special treatment in the dist-dir target.
|
||||||
|
|
||||||
Fri Apr 19 13:53:08 1996 Tom Lord <lord@beehive>
|
Fri Apr 19 13:53:08 1996 Tom Lord <lord@beehive>
|
||||||
|
|
||||||
* The more things change...
|
* The more things change...
|
||||||
|
|
3
libguile/.cvsignore
Normal file
3
libguile/.cvsignore
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Makefile
|
||||||
|
config.log
|
||||||
|
config.status
|
|
@ -1,3 +1,13 @@
|
||||||
|
Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
|
||||||
|
|
||||||
|
* Makefile.in (dist-dir): New target, implementing a new dist system.
|
||||||
|
(installed_h_files): Put in alphabetical order.
|
||||||
|
Remove duplicate entries for markers.h and unif.h.
|
||||||
|
(c_files): Remove duplicate entries for markers.c.
|
||||||
|
(ancillary): Renamed from anillery; all uses changed. Remove
|
||||||
|
PLUGIN; it's a directory, and needs special treatment in dist-dir.
|
||||||
|
Remove all the ../doc/* files; doc/Makefile.in handles that.
|
||||||
|
|
||||||
Wed Jun 12 00:28:31 1996 Tom Lord <lord@beehive>
|
Wed Jun 12 00:28:31 1996 Tom Lord <lord@beehive>
|
||||||
|
|
||||||
* struct.c (scm_init_struct): new file.
|
* struct.c (scm_init_struct): new file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue