
# HPUX_ID: @(#)29.2   86/07/04
#          @(#)Makefile	29.2      86/06/26
#	Makefile for the notesfile reference manual

SHELL = /bin/sh
TROFF = nroff
FILES = 0 1 2 3 4 5 6 a.checklist b.future vtoc acks

doc:	$(FILES) sum.tbl.out
	tbl $(FILES) | $(TROFF) -ms -

sum.tbl.out: summary
	tbl summary > sum.tbl.out
