DESTDIR=
BINDIR=		/usr/sipb/${MACHINE}bin
LIBDIR=		/usr/sipb/lib
MANDIR=		/usr/sipb/man
MANSECT=	l

# Right now, LIBDIR and BINDIR are hard coded into all of the scripts;
# at some point in the future, the scripts should be modified so that
# they are generated from .SH files or sed files that can be set up
# from the makefile.

PROGS=		rcbook.n rcbook.t rcextract rcindex rcintro rckeep\
		rckeepnew rcnew.n rcnew.t rcnroff rcshow rctypeset

all:
	@echo Nothing to make in cookbook

install:
	cp -p ${PROGS} ${DESTDIR}${BINDIR}
	cp cookbook.l ${DESTDIR}${MANDIR}/man${MANSECT}/cookbook.${MANSECT}
	tar cf - recipes | (cd ${DESTDIR}${LIBDIR}; tar xf -)

clean:
	@echo Nothing to clean in cookbook

depend:
	@echo Nothing to depend in cookbook
