From: Stephen Adams Date: Tue, 28 Nov 1995 16:44:45 +0000 (+0000) Subject: Added more directories to daily update. X-Git-Tag: 20090517-FFI~5719 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=43c335b273675f5c1b100c98d7e463c6957b0703;p=mit-scheme.git Added more directories to daily update. --- diff --git a/etc/update-rcs-log.in b/etc/update-rcs-log.in index 11cb05a6e..7f57374f3 100644 --- a/etc/update-rcs-log.in +++ b/etc/update-rcs-log.in @@ -1,6 +1,12 @@ ;; -*- Scheme -*- +;; $Id: update-rcs-log.in,v 1.7 1995/11/28 16:44:45 adams Exp $ (begin (cd "/scheme/8.0/700/rcs") (load-latest "make") - (load-latest "mklogs")) \ No newline at end of file + (load-latest "mklogs") + (for-each rcs-directory-log + '("/scheme/etc" + "/scheme/documentation/ref-manual" + "/scheme/documentation/user-manual" + ))) \ No newline at end of file