summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-08-01 08:38:52 +0000
committerJim Blandy <jimb@red-bean.com>1996-08-01 08:38:52 +0000
commita44a755d25c9dcc1e37717f0285a121ceff19ebb (patch)
tree8e97bd3ae8335ff4873d0e4509bc62a6e18b02e9
parent0f7876f5156d5c816e07e263bef9ab3c330de008 (diff)
downloadguile-a44a755d25c9dcc1e37717f0285a121ceff19ebb.tar.gz
*** empty log message ***
-rw-r--r--.cvsignore5
-rw-r--r--ChangeLog25
-rw-r--r--ice-9/.cvsignore3
-rw-r--r--ice-9/ChangeLog7
-rw-r--r--libguile/.cvsignore3
-rw-r--r--libguile/ChangeLog10
6 files changed, 53 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 000000000..e33e0be81
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,5 @@
+Makefile
+config.cache
+config.log
+config.status
+guile-*.tar.gz
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000000000..9a758e615
--- /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
index 000000000..16b8c4510
--- /dev/null
+++ b/ice-9/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+config.log
+config.status
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index fe69f1e0b..dfaed88ed 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -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
index 000000000..16b8c4510
--- /dev/null
+++ b/libguile/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+config.log
+config.status
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 1726e3cb5..0dd8aaafd 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -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.