home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gnu
/
rcs-5.6.0.1-src.lha
/
rcs-5.6.0.1
/
man
/
Makefile.in
< prev
next >
Wrap
Makefile
|
1994-05-03
|
1KB
|
40 lines
# Make RCS man pages.
# $Id: Makefile,v 5.2 1991/08/19 03:13:55 eggert Exp $
#### Start of system configuration section. ####
VPATH = @srcdir@
srcdir = @srcdir@
# Common prefix for machine-independent installed files.
prefix = /gnu
# Directory to install the Info files in.
infodir = $(prefix)/info
# Directory to install the man page in.
mandir1 = $(prefix)/man/man1
mandir5 = $(prefix)/man/man5
# Program to install data like man pages.
INSTALL_DATA = @INSTALL_DATA@
# Generic install program.
INSTALL = @INSTALL@
#### End of system configuration section. ####
all clean ::
install ::
$(INSTALL_DATA) $(srcdir)/ci.1 $(mandir1)/ci.1
$(INSTALL_DATA) $(srcdir)/co.1 $(mandir1)/co.1
$(INSTALL_DATA) $(srcdir)/ident.1 $(mandir1)/ident.1
$(INSTALL_DATA) $(srcdir)/merge.1 $(mandir1)/merge.1
$(INSTALL_DATA) $(srcdir)/rcs.1 $(mandir1)/rcs.1
$(INSTALL_DATA) $(srcdir)/rcsdiff.1 $(mandir1)/rcsdiff.1
$(INSTALL_DATA) $(srcdir)/rcsintro.1 $(mandir1)/rcsintro.1
$(INSTALL_DATA) $(srcdir)/rcsmerge.1 $(mandir1)/rcsmerg.1
$(INSTALL_DATA) $(srcdir)/rlog.1 $(mandir1)/rlog.1
$(INSTALL_DATA) $(srcdir)/rcsfile.5 $(mandir5)/rcsfile.5