home *** CD-ROM | disk | FTP | other *** search
- *** Makefile.orig Tue Dec 17 05:34:19 1991
- --- Makefile Mon Nov 23 05:59:49 1992
- ***************
- *** 5,11 ****
- # Set the configuration variables below to taste.
-
- CC = /bin/cc
- ! MANDIR = /usr/man
- COPTS =
- OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
-
- --- 5,11 ----
- # Set the configuration variables below to taste.
-
- CC = /bin/cc
- ! MANDIR = <installsharedir>/man
- COPTS =
- OBJECTS = pcal.o exprpars.o moonphas.o pcalutil.o readfile.o writefil.o
-
- ***************
- *** 46,48 ****
- --- 46,52 ----
- nroff -man pcal.man > pcal.1
- pack pcal.1
- # mv pcal.1.z $(MANDIR)
- +
- + install: pcal pcal.man
- + cp pcal <installdir>/bin
- + cp pcal.man <installsharedir>/man/man1/pcal.1
-