home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / rterm / part01 / Imakefile next >
Makefile  |  1990-08-17  |  769b  |  18 lines

  1. /* Dan Heller says I need this; apparently my comment in README wasn't 
  2.  * sufficient. :-)  Well, here 'tis.
  3.  
  4.  * (I agree, it does make sense as far as the right paths go.  It makes
  5.  * an obese Makefile for the purposes, though.)
  6.  
  7.  * InstallScript _stinks_ for this, especially on systems that let
  8.  * install crap out with an error when it can't install -s a non-object
  9.  * executable (and hence make just stops executing things for that
  10.  * target instance).  Something is wrong in the way it is set up -- I
  11.  * personally think it should just use INSTBINFLAGS.
  12.  */
  13.  
  14. install:: rterm RTerm.ad rterm.1
  15.     $(INSTALL) -c $(INSTBINFLAGS) rterm $(BINDIR)/rterm
  16.     $(INSTALL) -c $(INSTAPPFLAGS) RTerm.ad $(XAPPLOADDIR)/RTerm
  17.     $(INSTALL) -c $(INSTMANFLAGS) rterm.1 $(MANDIR)/rterm.1
  18.