projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8630a
)
Added more directories to daily update.
author
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 28 Nov 1995 16:44:45 +0000
(16:44 +0000)
committer
Stephen Adams
<edu/mit/csail/zurich/adams>
Tue, 28 Nov 1995 16:44:45 +0000
(16:44 +0000)
etc/update-rcs-log.in
patch
|
blob
|
history
diff --git
a/etc/update-rcs-log.in
b/etc/update-rcs-log.in
index 11cb05a6ee5a7e33e42430023b9aba3a10f5ba3c..7f57374f35f27bb770be68205d81ad3515e7c718 100644
(file)
--- 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