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

  1. *** Makefile.orig    Sat Nov 28 23:05:15 1992
  2. --- Makefile    Sun Nov 29 11:30:05 1992
  3. ***************
  4. *** 26,33 ****
  5.   ALL_TEXT = $(OTHERS) $(MAN_PAGE) $(SRCS) $(HDRS)
  6.   
  7.   #    where to put things...
  8. ! BIN_DIR =
  9. ! MAN_DIR =
  10.   
  11.   #    for rcs...
  12.   STATE = grabchars_1_9
  13. --- 26,33 ----
  14.   ALL_TEXT = $(OTHERS) $(MAN_PAGE) $(SRCS) $(HDRS)
  15.   
  16.   #    where to put things...
  17. ! BIN_DIR = <installdir>/bin
  18. ! MAN_DIR = <installsharedir>/man/man1
  19.   
  20.   #    for rcs...
  21.   STATE = grabchars_1_9
  22. ***************
  23. *** 63,70 ****
  24.   
  25.   install: release
  26.       - cp grabchars $(BIN_DIR)
  27. !     - cp grabchars.1 $(MAN_DIR) && echo "preparing man page" \
  28. !     && man grabchars
  29.    
  30.   id: $(SRCS) $(HDRS)
  31.       - $(MKID) $(SRCS) $(HDRS) || echo $(MKID) not available...
  32. --- 63,71 ----
  33.   
  34.   install: release
  35.       - cp grabchars $(BIN_DIR)
  36. !     - cp grabchars.1 $(MAN_DIR)
  37. !     - mkdir <installsharedir>/<prefix>lib/extras/grabchars
  38. +     - cp demo <installsharedir>/<prefix>lib/extras/grabchars
  39.    
  40.   id: $(SRCS) $(HDRS)
  41.       - $(MKID) $(SRCS) $(HDRS) || echo $(MKID) not available...
  42.