*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Thu, 1 Aug 1996 08:38:52 +0000 (08:38 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 1 Aug 1996 08:38:52 +0000 (08:38 +0000)
.cvsignore [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
ice-9/.cvsignore [new file with mode: 0644]
ice-9/ChangeLog
libguile/.cvsignore [new file with mode: 0644]
libguile/ChangeLog

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..e33e0be
--- /dev/null
@@ -0,0 +1,5 @@
+Makefile
+config.cache
+config.log
+config.status
+guile-*.tar.gz
diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..9a758e6
--- /dev/null
+++ b/ChangeLog
@@ -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.
diff --git a/ice-9/.cvsignore b/ice-9/.cvsignore
new file mode 100644 (file)
index 0000000..16b8c45
--- /dev/null
@@ -0,0 +1,3 @@
+Makefile
+config.log
+config.status
index fe69f1e..dfaed88 100644 (file)
@@ -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>
 
        * The more things change...
diff --git a/libguile/.cvsignore b/libguile/.cvsignore
new file mode 100644 (file)
index 0000000..16b8c45
--- /dev/null
@@ -0,0 +1,3 @@
+Makefile
+config.log
+config.status
index 1726e3c..0dd8aaa 100644 (file)
@@ -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>
 
        * struct.c (scm_init_struct): new file.