home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / doc / FSProtocol / Imakefile next >
Encoding:
Makefile  |  1991-07-23  |  232 b   |  11 lines

  1. XCOMM $XConsortium: Imakefile,v 1.1 91/07/23 17:07:12 rws Exp $
  2. SRCS = ../util/macros.t protocol.ms
  3.  
  4. all: fsproto.PS
  5.  
  6. fsproto.PS:
  7.     $(TBL) $(SRCS) | $(TROFF) $(MSMACROS) 2> index.raw > fsproto.PS
  8.  
  9. clean::
  10.     $(RM) index.raw fsproto.PS
  11.