Trivial changes would allow it to work with any Scheme interpreter, I imagine.
diff -ru r5rs-doc-20010328/debian/control r5rs-doc-20010328-new/debian/control --- r5rs-doc-20010328/debian/control 2005-06-15 14:10:16.000000000 -0700 +++ r5rs-doc-20010328-new/debian/control 2005-06-15 14:06:53.000000000 -0700 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Chris Hanson <[EMAIL PROTECTED]> Standards-Version: 3.5.7 -Build-Depends-Indep: debhelper (>= 4.0.0), scm, tetex-bin, tetex-extra, texinfo +Build-Depends-Indep: debhelper (>= 4.0.0), tetex-bin, tetex-extra, texinfo, guile-1.6, guile-1.6-slib Package: r5rs-doc Architecture: all diff -ru r5rs-doc-20010328/rrrs2txi.sh r5rs-doc-20010328-new/rrrs2txi.sh --- r5rs-doc-20010328/rrrs2txi.sh 2005-06-15 14:10:16.000000000 -0700 +++ r5rs-doc-20010328-new/rrrs2txi.sh 2005-06-15 14:07:46.000000000 -0700 @@ -1,6 +1,8 @@ #!/bin/sh -scm <<EOF -(load "rrrs2txi.scm") -(go) +guile <<EOF +(use-modules (ice-9 slib)) +(slib:load "rrrs2txi.scm") +;go plays games with filenames that guile can't deal with +(tex->txi "r5rs") (quit) EOF -- Christopher Cramer -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]