From 8efe0eadc09cb9761a10a0ed1cf049c994fbbaa8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 10 Jul 2000 22:18:36 +0000 Subject: [PATCH] Initial registration. --- v7/doc/ref-manual/Makefile | 35 +++++++++++++++++++++++++++++++++ v7/doc/ref-manual/html/Makefile | 24 ++++++++++++++++++++++ v7/doc/sos/Makefile | 35 +++++++++++++++++++++++++++++++++ v7/doc/sos/html/Makefile | 24 ++++++++++++++++++++++ 4 files changed, 118 insertions(+) create mode 100644 v7/doc/ref-manual/Makefile create mode 100644 v7/doc/ref-manual/html/Makefile create mode 100644 v7/doc/sos/Makefile create mode 100644 v7/doc/sos/html/Makefile diff --git a/v7/doc/ref-manual/Makefile b/v7/doc/ref-manual/Makefile new file mode 100644 index 000000000..d51247bd2 --- /dev/null +++ b/v7/doc/ref-manual/Makefile @@ -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 index 000000000..fe1c5c5fe --- /dev/null +++ b/v7/doc/ref-manual/html/Makefile @@ -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 index 000000000..7ef0bd332 --- /dev/null +++ b/v7/doc/sos/Makefile @@ -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 index 000000000..d6d2a2fcd --- /dev/null +++ b/v7/doc/sos/html/Makefile @@ -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 -- 2.25.1