From: Chris Hanson Date: Sat, 23 Dec 2000 05:15:00 +0000 (+0000) Subject: Add "install-info-gz" rule. X-Git-Tag: 20090517-FFI~3040 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=42c083bba049ce3b6d54143268af548a89f4fc5d;p=mit-scheme.git Add "install-info-gz" rule. --- diff --git a/v7/doc/Makefile.in b/v7/doc/Makefile.in index 6e69857b3..8ffd2d196 100644 --- a/v7/doc/Makefile.in +++ b/v7/doc/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.4 2000/12/23 05:09:39 cph Exp $ +# $Id: Makefile.in,v 1.5 2000/12/23 05:14:02 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -98,9 +98,9 @@ maintainer-clean: tags TAGS: -install: install-info $(INST_TARGETS) +install: install-info-gz $(INST_TARGETS) -install-info: +install-info-gz install-info: $(mkinstalldirs) $(DESTDIR)$(infodir) @for D in $(SUBDIRS); do \ echo "making $@ in $${D}";\ diff --git a/v7/doc/imail/Makefile.in b/v7/doc/imail/Makefile.in index c6e6fd24c..6521d9d79 100644 --- a/v7/doc/imail/Makefile.in +++ b/v7/doc/imail/Makefile.in @@ -1,5 +1,5 @@ -# $Id: Makefile.in,v 1.2 2000/12/19 21:14:29 cph Exp $ +# $Id: Makefile.in,v 1.3 2000/12/23 05:14:11 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -108,6 +108,8 @@ maintainer-clean: distclean install-info: imail.info -rm -f $(DESTDIR)$(infodir)/imail.info* $(INSTALL_DATA) imail.info* $(DESTDIR)$(infodir)/. + +install-info-gz: install-info gzip -v $(DESTDIR)$(infodir)/imail.info* install-html: imail.html diff --git a/v7/doc/ref-manual/Makefile.in b/v7/doc/ref-manual/Makefile.in index c913aa443..e2aa96df0 100644 --- a/v7/doc/ref-manual/Makefile.in +++ b/v7/doc/ref-manual/Makefile.in @@ -1,5 +1,5 @@ -# $Id: Makefile.in,v 1.2 2000/12/19 21:14:40 cph Exp $ +# $Id: Makefile.in,v 1.3 2000/12/23 05:14:34 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -108,6 +108,8 @@ maintainer-clean: distclean install-info: scheme.info -rm -f $(DESTDIR)$(infodir)/scheme.info* $(INSTALL_DATA) scheme.info* $(DESTDIR)$(infodir)/. + +install-info-gz: install-info gzip -v $(DESTDIR)$(infodir)/scheme.info* install-html: scheme.html diff --git a/v7/doc/sos/Makefile.in b/v7/doc/sos/Makefile.in index 362082594..6900fb316 100644 --- a/v7/doc/sos/Makefile.in +++ b/v7/doc/sos/Makefile.in @@ -1,5 +1,5 @@ -# $Id: Makefile.in,v 2.2 2000/12/19 21:14:35 cph Exp $ +# $Id: Makefile.in,v 2.3 2000/12/23 05:15:00 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -108,6 +108,8 @@ maintainer-clean: distclean install-info: sos.info -rm -f $(DESTDIR)$(infodir)/sos.info* $(INSTALL_DATA) sos.info* $(DESTDIR)$(infodir)/. + +install-info-gz: install-info gzip -v $(DESTDIR)$(infodir)/sos.info* install-html: sos.html diff --git a/v7/doc/user-manual/Makefile.in b/v7/doc/user-manual/Makefile.in index 1adadee39..b3bf0d7f9 100644 --- a/v7/doc/user-manual/Makefile.in +++ b/v7/doc/user-manual/Makefile.in @@ -1,5 +1,5 @@ -# $Id: Makefile.in,v 1.2 2000/12/19 21:14:24 cph Exp $ +# $Id: Makefile.in,v 1.3 2000/12/23 05:14:46 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -108,6 +108,8 @@ maintainer-clean: distclean install-info: user.info -rm -f $(DESTDIR)$(infodir)/user.info* $(INSTALL_DATA) user.info* $(DESTDIR)$(infodir)/. + +install-info-gz: install-info gzip -v $(DESTDIR)$(infodir)/user.info* install-html: user.html