-# $Id: Makefile.in,v 1.1 2000/12/08 21:01:23 cph Exp $
+# $Id: Makefile.in,v 1.2 2000/12/19 21:14:29 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# makefile in the top-level documentation directory.
install-info: imail.info
+ -rm -f $(DESTDIR)$(infodir)/imail.info*
$(INSTALL_DATA) imail.info* $(DESTDIR)$(infodir)/.
+ gzip -v $(DESTDIR)$(infodir)/imail.info*
install-html: imail.html
$(INSTALL_DATA) imail*.html $(DESTDIR)$(htmldir)/.
-# $Id: Makefile.in,v 1.1 2000/12/08 21:01:23 cph Exp $
+# $Id: Makefile.in,v 1.2 2000/12/19 21:14:40 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# makefile in the top-level documentation directory.
install-info: scheme.info
+ -rm -f $(DESTDIR)$(infodir)/scheme.info*
$(INSTALL_DATA) scheme.info* $(DESTDIR)$(infodir)/.
+ gzip -v $(DESTDIR)$(infodir)/scheme.info*
install-html: scheme.html
$(INSTALL_DATA) scheme*.html $(DESTDIR)$(htmldir)/.
-# $Id: Makefile.in,v 2.1 2000/12/08 21:01:23 cph Exp $
+# $Id: Makefile.in,v 2.2 2000/12/19 21:14:35 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# makefile in the top-level documentation directory.
install-info: sos.info
+ -rm -f $(DESTDIR)$(infodir)/sos.info*
$(INSTALL_DATA) sos.info* $(DESTDIR)$(infodir)/.
+ gzip -v $(DESTDIR)$(infodir)/sos.info*
install-html: sos.html
$(INSTALL_DATA) sos*.html $(DESTDIR)$(htmldir)/.
-# $Id: Makefile.in,v 1.1 2000/12/08 21:01:23 cph Exp $
+# $Id: Makefile.in,v 1.2 2000/12/19 21:14:24 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# makefile in the top-level documentation directory.
install-info: user.info
+ -rm -f $(DESTDIR)$(infodir)/user.info*
$(INSTALL_DATA) user.info* $(DESTDIR)$(infodir)/.
+ gzip -v $(DESTDIR)$(infodir)/user.info*
install-html: user.html
$(INSTALL_DATA) user*.html $(DESTDIR)$(htmldir)/.