# '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 setup.n gsummary.n greport.n gedit.n
DOC=tutorial
MACROSET=-me

include ../include/Make.tmpl
