home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / interfaces / rcs.shar / makefile next >
Encoding:
Makefile  |  1989-06-27  |  233 b   |  12 lines

  1. LISPDIR=/usr/local/lib/gnuemacs/lisp
  2. EMACS=emacs
  3.  
  4. SHARFILES=    README makefile rcs.el rcsco
  5.  
  6. rcs:
  7.     cp rcs.el $(LISPDIR)
  8.     $(EMACS) -batch -f batch-byte-compile $(LISPDIR)/rcs.el
  9.  
  10. rcs.shar: $(SHARFILES)
  11.     shar -cv $(SHARFILES) > rcs.shar
  12.