# 'make' to print document to printer.
# 'make ps' to make $(DOC).ps
# 'make text' to make $(DOC).txt
# Postscript documents are formatted with 'psroff'.

# Specific to this document
FILES=header.n intro.n control.n coverage.n trouble.n bibliography.n
DOC=weak
MACROSET=-ms

include ../include/Make.tmpl
