home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / GROFF / RTR / GROFF. next >
Encoding:
Text File  |  1998-07-24  |  634 b   |  21 lines

  1. --- Makefile.in.orig    Tue Jun 27 10:26:17 1995
  2. +++ Makefile.in    Thu Dec 14 07:30:27 1995
  3. @@ -61,7 +61,7 @@
  4.  # gtroff.  This doesn't affect programs like grops or groff that have
  5.  # no Unix counterparts.  Note that the groff versions of eqn and tbl
  6.  # will not work with Unix troff.
  7. -g=@g@
  8. +g=g
  9.  
  10.  # Common prefix for installation directories.
  11.  # Used in definitions of exec_prefix, datasubdir, fontpath, manroot.
  12. @@ -74,7 +74,7 @@
  13.  bindir=$(exec_prefix)/bin
  14.  
  15.  # datasubdir says where to install data files
  16. -datadir=$(prefix)/share
  17. +datadir=<installsharedir>/slib
  18.  datasubdir=$(datadir)/groff
  19.  
  20.  # fontdir says where to install dev*/*.
  21.