From a44a755d25c9dcc1e37717f0285a121ceff19ebb Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 1 Aug 1996 08:38:52 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 5 +++++ ChangeLog | 25 +++++++++++++++++++++++++ ice-9/.cvsignore | 3 +++ ice-9/ChangeLog | 7 +++++++ libguile/.cvsignore | 3 +++ libguile/ChangeLog | 10 ++++++++++ 6 files changed, 53 insertions(+) create mode 100644 .cvsignore create mode 100644 ChangeLog create mode 100644 ice-9/.cvsignore create mode 100644 libguile/.cvsignore 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 + + * 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 + + * 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 * 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 + + * 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 * struct.c (scm_init_struct): new file. -- 2.20.1