-------- diff /d/R3.bits/fonts/Imakefile Imakefile --------
*** /d/R3.bits/fonts/Imakefile	Mon Sep  5 20:12:19 1988
--- Imakefile	Fri Oct 21 17:21:35 1988
***************
*** 23,33 ****
  
  install:: fonts
  	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
  	cd snf; \
  	for i in *.snf$(ZSUFFIX) fonts.dir fonts.alias; do \
! 		(set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(FONTDIR)); \
  	done
  
  # Gruesome hackery suggested by Bill Sommerfeld.
  # The following rule finds all the BDF files, creates a new makefile to
  # compile the changed ones into SNF files, then runs that.
--- 23,33 ----
  
  install:: fonts
  	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
  	cd snf; \
  	for i in *.snf$(ZSUFFIX) fonts.dir fonts.alias; do \
! 		(set -x; $(INSTALL) $(INSTALLFLAGS) -f $(FONTDIR) $$i); \
  	done
  
  # Gruesome hackery suggested by Bill Sommerfeld.
  # The following rule finds all the BDF files, creates a new makefile to
  # compile the changed ones into SNF files, then runs that.
