home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Mon Nov 9 14:21:39 1992
- --- Makefile Mon Nov 9 14:29:12 1992
- ***************
- *** 65,69 ****
- --- 65,73 ----
- other.uu: other
- uuencode $? < $? > $@
-
- + install: smiley smiley.h
- + install -s smiley <installdir>/bin
- + install smiley.1 <installsharedir>/man/man1
- +
- smiley.shar: $(MISC) $(MANUAL) $(GEN) $(SOURCES) $(HEADERS)
- shar $(MISC) $(MANUAL) $(GEN) $(SOURCES) $(HEADERS) > $@
-