aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild18
1 files changed, 13 insertions, 5 deletions
diff --git a/build b/build
index 293ccbc..80fd280 100755
--- a/build
+++ b/build
@@ -71,7 +71,7 @@ specification. SCM runs under Amiga, Atari-ST, MacOS, MS-DOS, OS/2,
NOS/VE, Unicos, VMS, Unix and similar systems. SCM supports the SLIB
Scheme library; both SCM and SLIB are GNU packages.
-@center @url{http://swiss.csail.mit.edu/~jaffer/SCM}
+@center @url{http://people.csail.mit.edu/jaffer/SCM}
@section Manifest
"
@@ -79,13 +79,21 @@ Scheme library; both SCM and SLIB are GNU packages.
(print-manifest pipe)
(close-port pipe)
(set! scm-info (string-append "scm-" scm-info ".info"))
- (append-info-node scm-info "SLIB" "README")
- (append-info-node scm-info "Making SCM" "README")
- (append-info-node scm-info "Editing Scheme Code" "README")
+ (append-info-node scm-info "Distributions" "README")
+ (append-info-node scm-info "GNU configure and make" "README")
+ (append-info-node scm-info "Making scmlit" "README")
+ (append-info-node scm-info "Makefile targets" "README")
+ (append-info-node scm-info "Building SCM" "README")
+ (append-info-node scm-info "Invoking Build" "README")
+ (append-info-node scm-info "Build Options" "README")
+ (append-info-node scm-info "Saving Executable Images" "README")
+ (append-info-node scm-info "Installation" "README")
(append-info-node scm-info "Problems Compiling" "README")
(append-info-node scm-info "Problems Linking" "README")
+ (append-info-node scm-info "Problems Starting" "README")
(append-info-node scm-info "Problems Running" "README")
- (append-info-node scm-info "Testing" "README")))
+ (append-info-node scm-info "Reporting Problems" "README")
+ (append-info-node scm-info "Editing Scheme Code" "README")))
(define build:csv (make-command-server build '*commands*))
(define (build-from-argv)