-# $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
#
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}";\
-# $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
#
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
-# $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
#
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
-# $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
#
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
-# $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
#
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