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

  1. *** Makefile.orig    Tue Dec 17 05:34:19 1991
  2. --- Makefile    Mon Nov 23 05:59:49 1992
  3. ***************
  4. *** 5,11 ****
  5.   # Set the configuration variables below to taste.
  6.   
  7.   CC    = /bin/cc
  8. ! MANDIR    = /usr/man
  9.   COPTS    =
  10.   OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
  11.   
  12. --- 5,11 ----
  13.   # Set the configuration variables below to taste.
  14.   
  15.   CC    = /bin/cc
  16. ! MANDIR    = <installsharedir>/man
  17.   COPTS    =
  18.   OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
  19.   
  20. ***************
  21. *** 46,48 ****
  22. --- 46,52 ----
  23.       nroff -man pcal.man > pcal.1
  24.       pack pcal.1
  25.   #    mv pcal.1.z $(MANDIR)
  26. + install: pcal pcal.man
  27. +     cp pcal <installdir>/bin
  28. +     cp pcal.man <installsharedir>/man/man1/pcal.1
  29.