home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Sat Nov 28 23:05:15 1992
- --- Makefile Sun Nov 29 11:30:05 1992
- ***************
- *** 26,33 ****
- ALL_TEXT = $(OTHERS) $(MAN_PAGE) $(SRCS) $(HDRS)
-
- # where to put things...
- ! BIN_DIR =
- ! MAN_DIR =
-
- # for rcs...
- STATE = grabchars_1_9
- --- 26,33 ----
- ALL_TEXT = $(OTHERS) $(MAN_PAGE) $(SRCS) $(HDRS)
-
- # where to put things...
- ! BIN_DIR = <installdir>/bin
- ! MAN_DIR = <installsharedir>/man/man1
-
- # for rcs...
- STATE = grabchars_1_9
- ***************
- *** 63,70 ****
-
- install: release
- - cp grabchars $(BIN_DIR)
- ! - cp grabchars.1 $(MAN_DIR) && echo "preparing man page" \
- ! && man grabchars
-
- id: $(SRCS) $(HDRS)
- - $(MKID) $(SRCS) $(HDRS) || echo $(MKID) not available...
- --- 63,71 ----
-
- install: release
- - cp grabchars $(BIN_DIR)
- ! - cp grabchars.1 $(MAN_DIR)
- ! - mkdir <installsharedir>/<prefix>lib/extras/grabchars
- + - cp demo <installsharedir>/<prefix>lib/extras/grabchars
-
- id: $(SRCS) $(HDRS)
- - $(MKID) $(SRCS) $(HDRS) || echo $(MKID) not available...
-