##############################################################################
# @(#)$Id: Makefile,v 1.3 90/04/05 15:18:49 sources Exp $

MAKE	=	make DESTDIR=$(DESTDIR) $(MFLAGS) -k
SHELL	=	/bin/sh


##############################################################################
#	Generation Rules
##############################################################################

.SUFFIXES:	.ms .cat .doc .imp

.ms.cat:;	itroff -t -ms $< > $@

.ms.doc:;	nroff -ms $< > $@

.cat.imp:;	catimp -i $@ $<


######################################################################
#	Here it is...
######################################################################

TARGETS	=	mh6.7.cat

all:		mh6.7.cat


doc:		mh6.7.doc

i-all:	all true
	lpr -t -J MH.6.7 mh6.7.cat

true:;

##############################################################################
#	Miscellaneous tasks
##############################################################################

distribution:   clean

unconfig clean:		unclean
		rm -f *.cat *.dvi *.imp *.doc

unclean:;	rm -f *.tmp _* :* core
