From: Chris Hanson Date: Fri, 23 Feb 2001 04:36:46 +0000 (+0000) Subject: Change names of Info files so that they have "mit-scheme-" prefix. X-Git-Tag: 20090517-FFI~2971 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=252d91e9d4e14cfe49cff518ef406ba6a4e1e156;p=mit-scheme.git Change names of Info files so that they have "mit-scheme-" prefix. This allows them to appear in a common shared directory and not conflict with other programs. --- diff --git a/v7/doc/imail/Makefile.in b/v7/doc/imail/Makefile.in index 6521d9d79..58702aff7 100644 --- a/v7/doc/imail/Makefile.in +++ b/v7/doc/imail/Makefile.in @@ -1,7 +1,7 @@ -# $Id: Makefile.in,v 1.3 2000/12/23 05:14:11 cph Exp $ +# $Id: Makefile.in,v 1.4 2001/02/23 04:36:33 cph Exp $ # -# Copyright (c) 2000 Massachusetts Institute of Technology +# Copyright (c) 2000-2001 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 @@ -60,11 +60,13 @@ htmldir = @htmldir@ pdfdir = @pdfdir@ psdir = @psdir@ -all: imail.info imail.html imail.pdf imail.ps +INFO_TARGET = mit-scheme-imail.info -imail.info: imail.texinfo gfdl.texinfo - rm -f imail.info* - makeinfo imail.texinfo +all: $(INFO_TARGET) imail.html imail.pdf imail.ps + +$(INFO_TARGET): imail.texinfo gfdl.texinfo + rm -f $(INFO_TARGET)* + makeinfo --output=$(INFO_TARGET) imail.texinfo imail.html: imail.texinfo gfdl.texinfo rm -f imail*.html @@ -96,7 +98,7 @@ mostlyclean: rm -f imail.dvi clean: mostlyclean - rm -f imail.info* imail*.html imail.pdf imail.ps + rm -f $(INFO_TARGET)* imail*.html imail.pdf imail.ps distclean: clean @@ -105,12 +107,12 @@ maintainer-clean: distclean # The install rules depend on macro variables passwd down from the # makefile in the top-level documentation directory. -install-info: imail.info - -rm -f $(DESTDIR)$(infodir)/imail.info* - $(INSTALL_DATA) imail.info* $(DESTDIR)$(infodir)/. +install-info: $(INFO_TARGET) + -rm -f $(DESTDIR)$(infodir)/$(INFO_TARGET)* + $(INSTALL_DATA) $(INFO_TARGET)* $(DESTDIR)$(infodir)/. install-info-gz: install-info - gzip -v $(DESTDIR)$(infodir)/imail.info* + gzip -v $(DESTDIR)$(infodir)/$(INFO_TARGET)* install-html: imail.html $(INSTALL_DATA) imail*.html $(DESTDIR)$(htmldir)/. diff --git a/v7/doc/ref-manual/Makefile.in b/v7/doc/ref-manual/Makefile.in index e2aa96df0..b1ceef585 100644 --- a/v7/doc/ref-manual/Makefile.in +++ b/v7/doc/ref-manual/Makefile.in @@ -1,7 +1,7 @@ -# $Id: Makefile.in,v 1.3 2000/12/23 05:14:34 cph Exp $ +# $Id: Makefile.in,v 1.4 2001/02/23 04:36:46 cph Exp $ # -# Copyright (c) 2000 Massachusetts Institute of Technology +# Copyright (c) 2000-2001 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 @@ -60,11 +60,13 @@ htmldir = @htmldir@ pdfdir = @pdfdir@ psdir = @psdir@ -all: scheme.info scheme.html scheme.pdf scheme.ps +INFO_TARGET = mit-scheme-ref.info -scheme.info: scheme.texinfo gfdl.texinfo - rm -f scheme.info* - makeinfo scheme.texinfo +all: $(INFO_TARGET) scheme.html scheme.pdf scheme.ps + +$(INFO_TARGET): scheme.texinfo gfdl.texinfo + rm -f $(INFO_TARGET)* + makeinfo --output=$(INFO_TARGET) scheme.texinfo scheme.html: scheme.texinfo gfdl.texinfo rm -f scheme*.html @@ -96,7 +98,7 @@ mostlyclean: rm -f scheme.dvi clean: mostlyclean - rm -f scheme.info* scheme*.html scheme.pdf scheme.ps + rm -f $(INFO_TARGET)* scheme*.html scheme.pdf scheme.ps distclean: clean @@ -105,12 +107,12 @@ maintainer-clean: distclean # The install rules depend on macro variables passwd down from the # makefile in the top-level documentation directory. -install-info: scheme.info - -rm -f $(DESTDIR)$(infodir)/scheme.info* - $(INSTALL_DATA) scheme.info* $(DESTDIR)$(infodir)/. +install-info: $(INFO_TARGET) + -rm -f $(DESTDIR)$(infodir)/$(INFO_TARGET)* + $(INSTALL_DATA) $(INFO_TARGET)* $(DESTDIR)$(infodir)/. install-info-gz: install-info - gzip -v $(DESTDIR)$(infodir)/scheme.info* + gzip -v $(DESTDIR)$(infodir)/$(INFO_TARGET)* install-html: scheme.html $(INSTALL_DATA) scheme*.html $(DESTDIR)$(htmldir)/. diff --git a/v7/doc/sos/Makefile.in b/v7/doc/sos/Makefile.in index 6900fb316..62378955b 100644 --- a/v7/doc/sos/Makefile.in +++ b/v7/doc/sos/Makefile.in @@ -1,7 +1,7 @@ -# $Id: Makefile.in,v 2.3 2000/12/23 05:15:00 cph Exp $ +# $Id: Makefile.in,v 2.4 2001/02/23 04:36:10 cph Exp $ # -# Copyright (c) 2000 Massachusetts Institute of Technology +# Copyright (c) 2000-2001 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 @@ -60,11 +60,13 @@ htmldir = @htmldir@ pdfdir = @pdfdir@ psdir = @psdir@ -all: sos.info sos.html sos.pdf sos.ps +INFO_TARGET = mit-scheme-sos.info -sos.info: sos.texinfo gfdl.texinfo - rm -f sos.info* - makeinfo sos.texinfo +all: $(INFO_TARGET) sos.html sos.pdf sos.ps + +$(INFO_TARGET): sos.texinfo gfdl.texinfo + rm -f $(INFO_TARGET)* + makeinfo --output=$(INFO_TARGET) sos.texinfo sos.html: sos.texinfo gfdl.texinfo rm -f sos*.html @@ -96,7 +98,7 @@ mostlyclean: rm -f sos.dvi clean: mostlyclean - rm -f sos.info* sos*.html sos.pdf sos.ps + rm -f $(INFO_TARGET)* sos*.html sos.pdf sos.ps distclean: clean @@ -105,12 +107,12 @@ maintainer-clean: distclean # The install rules depend on macro variables passwd down from the # makefile in the top-level documentation directory. -install-info: sos.info - -rm -f $(DESTDIR)$(infodir)/sos.info* - $(INSTALL_DATA) sos.info* $(DESTDIR)$(infodir)/. +install-info: $(INFO_TARGET) + -rm -f $(DESTDIR)$(infodir)/$(INFO_TARGET)* + $(INSTALL_DATA) $(INFO_TARGET)* $(DESTDIR)$(infodir)/. install-info-gz: install-info - gzip -v $(DESTDIR)$(infodir)/sos.info* + gzip -v $(DESTDIR)$(infodir)/$(INFO_TARGET)* install-html: sos.html $(INSTALL_DATA) sos*.html $(DESTDIR)$(htmldir)/. diff --git a/v7/doc/user-manual/Makefile.in b/v7/doc/user-manual/Makefile.in index b3bf0d7f9..301fcba15 100644 --- a/v7/doc/user-manual/Makefile.in +++ b/v7/doc/user-manual/Makefile.in @@ -1,7 +1,7 @@ -# $Id: Makefile.in,v 1.3 2000/12/23 05:14:46 cph Exp $ +# $Id: Makefile.in,v 1.4 2001/02/23 04:36:24 cph Exp $ # -# Copyright (c) 2000 Massachusetts Institute of Technology +# Copyright (c) 2000-2001 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 @@ -60,11 +60,13 @@ htmldir = @htmldir@ pdfdir = @pdfdir@ psdir = @psdir@ -all: user.info user.html user.pdf user.ps +INFO_TARGET = mit-scheme-user.info -user.info: user.texinfo gfdl.texinfo - rm -f user.info* - makeinfo user.texinfo +all: $(INFO_TARGET) user.html user.pdf user.ps + +$(INFO_TARGET): user.texinfo gfdl.texinfo + rm -f $(INFO_TARGET)* + makeinfo --output=$(INFO_TARGET) user.texinfo user.html: user.texinfo gfdl.texinfo rm -f user*.html @@ -96,7 +98,7 @@ mostlyclean: rm -f user.dvi clean: mostlyclean - rm -f user.info* user*.html user.pdf user.ps + rm -f $(INFO_TARGET)* user*.html user.pdf user.ps distclean: clean @@ -105,12 +107,12 @@ maintainer-clean: distclean # The install rules depend on macro variables passwd down from the # makefile in the top-level documentation directory. -install-info: user.info - -rm -f $(DESTDIR)$(infodir)/user.info* - $(INSTALL_DATA) user.info* $(DESTDIR)$(infodir)/. +install-info: $(INFO_TARGET) + -rm -f $(DESTDIR)$(infodir)/$(INFO_TARGET)* + $(INSTALL_DATA) $(INFO_TARGET)* $(DESTDIR)$(infodir)/. install-info-gz: install-info - gzip -v $(DESTDIR)$(infodir)/user.info* + gzip -v $(DESTDIR)$(infodir)/$(INFO_TARGET)* install-html: user.html $(INSTALL_DATA) user*.html $(DESTDIR)$(htmldir)/.