-# $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
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
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
# 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)/.
-# $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
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
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
# 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)/.
-# $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
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
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
# 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)/.
-# $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
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
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
# 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)/.