1#ident "@(#)Makefile.doc	1.1 07/06/13 "
2###########################################################################
3# Sample makefile for sub-makes in one directory
4###########################################################################
5SRCROOT=	..
6RULESDIR=	RULES
7include		$(SRCROOT)/$(RULESDIR)/rules.top
8###########################################################################
9
10MK_FILES=	sheet-ps.mk sheet-tr.mk
11
12#XMK_FILE=	Makefile.man
13
14###########################################################################
15include		$(SRCROOT)/$(RULESDIR)/rules.mks
16###########################################################################
17