Initial registration.
authorChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:18:36 +0000 (22:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 10 Jul 2000 22:18:36 +0000 (22:18 +0000)
v7/doc/ref-manual/Makefile [new file with mode: 0644]
v7/doc/ref-manual/html/Makefile [new file with mode: 0644]
v7/doc/sos/Makefile [new file with mode: 0644]
v7/doc/sos/html/Makefile [new file with mode: 0644]

diff --git a/v7/doc/ref-manual/Makefile b/v7/doc/ref-manual/Makefile
new file mode 100644 (file)
index 0000000..d51247b
--- /dev/null
@@ -0,0 +1,35 @@
+
+# $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)
diff --git a/v7/doc/ref-manual/html/Makefile b/v7/doc/ref-manual/html/Makefile
new file mode 100644 (file)
index 0000000..fe1c5c5
--- /dev/null
@@ -0,0 +1,24 @@
+
+# $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
diff --git a/v7/doc/sos/Makefile b/v7/doc/sos/Makefile
new file mode 100644 (file)
index 0000000..7ef0bd3
--- /dev/null
@@ -0,0 +1,35 @@
+
+# $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)
diff --git a/v7/doc/sos/html/Makefile b/v7/doc/sos/html/Makefile
new file mode 100644 (file)
index 0000000..d6d2a2f
--- /dev/null
@@ -0,0 +1,24 @@
+
+# $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