# $Id: Makefile,v 1.6 1996/09/05 08:43:50 peter Exp $ .include "${.CURDIR}/../Makefile.inc" .PATH: ${CVSDIR}/contrib .PATH: ${CVSDIR}/man SCRIPTS= rcs2log clmerge cln_hist commit_prep cvs_acls cvscheck \ log log_accum mfpipe rcs-to-cvs rcs2log rcslock sccs2rcs \ easy-import FILES= README cvscheck.man cvshelp.man descend.man intro.doc EXAMPDIR= /usr/share/examples/cvs PERLPATH= /usr/bin/perl CLEANFILES+= $(SCRIPTS) .SUFFIXES: .sh .csh .pl all: ${SCRIPTS} .sh: cp $< $@ .csh: sed -e 's,xCSH_PATHx,/bin/csh,' $< > $@ .pl: sed -e 's,xPERL_PATHx,$(PERLPATH),' $< > $@ beforeinstall: .for file in ${SCRIPTS} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${file} ${DESTDIR}${EXAMPDIR}/contrib .endfor .for file in ${FILES} cd ${.CURDIR} ; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \ ${CVSDIR}/contrib/${file} ${DESTDIR}${EXAMPDIR}/contrib .endfor .include