# '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 one-page.n files.n control.n editing.n \
	makefile.n coverage.n branch.n multi.n loop.n relational.n \
	routine.n embed.n implement.n \
	bibliography.n end.n
DOC=user
MACROSET=-ms

include ../include/Make.tmpl

