diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-03-03 00:56:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-08-02 00:09:46 -0700 |
commit | 879f4fa041cfdefee655eb877f1a91f86a9c62b7 (patch) | |
tree | bc68ac058e5d0a7cf8e7815cbe1070fd60e75589 /build | |
parent | d13fcf5c0bd68f67059b2561c28c40b55e1117a3 (diff) | |
download | scm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.tar.gz scm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.zip |
New upstream version 5f2
Diffstat (limited to 'build')
-rwxr-xr-x | build | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -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) |