--- /dev/null
+
+# $Id: Makefile,v 1.1 2000/07/10 22:13:35 cph Exp $
+#
+# Copyright (c) 2000 Massachusetts Institute of Technology
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+all: scheme.ps scheme.info html/scheme_toc.html
+
+scheme.ps: scheme.dvi
+ dvips -o $@ $^
+
+scheme.dvi: scheme.texinfo
+ ./re-tex
+
+scheme.info: scheme.texinfo
+ makeinfo $^
+ rm -f /usr/local/lib/mit-scheme/edwin/info/scheme.info*
+ cpx scheme.info* /usr/local/lib/mit-scheme/edwin/info/.
+ gzip -v /usr/local/lib/mit-scheme/edwin/info/scheme.info*
+
+html/scheme_toc.html: scheme.texinfo
+ (cd html;make)
--- /dev/null
+
+# $Id: Makefile,v 1.1 2000/07/10 22:15:12 cph Exp $
+#
+# Copyright (c) 2000 Massachusetts Institute of Technology
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+all: scheme_toc.html
+
+scheme_toc.html: ../scheme.texinfo
+ -rm -rf *.html
+ texi2html -split_chapter ../scheme.texinfo
--- /dev/null
+
+# $Id: Makefile,v 2.1 2000/07/10 22:17:03 cph Exp $
+#
+# Copyright (c) 2000 Massachusetts Institute of Technology
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+all: sos.ps sos.info html/sos_toc.html
+
+sos.ps: sos.dvi
+ dvips -o $@ $^
+
+sos.dvi: sos.texinfo
+ ./re-tex
+
+sos.info: sos.texinfo
+ makeinfo $^
+ rm -f /usr/local/lib/mit-scheme/edwin/info/sos.info*
+ cpx sos.info* /usr/local/lib/mit-scheme/edwin/info/.
+ gzip -v /usr/local/lib/mit-scheme/edwin/info/sos.info*
+
+html/sos_toc.html: sos.texinfo
+ (cd html;make)
--- /dev/null
+
+# $Id: Makefile,v 1.1 2000/07/10 22:18:36 cph Exp $
+#
+# Copyright (c) 2000 Massachusetts Institute of Technology
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+all: sos_toc.html
+
+sos_toc.html: ../sos.texinfo
+ rm -rf *.html
+ texi2html -split_chapter ../sos.texinfo