# "
# " P_R_P_Q_# (C) COPYRIGHT IBM CORPORATION 1986
# " LICENSED MATERIALS - PROPERTY OF IBM
# " REFER TO COPYRIGHT INSTRUCTIONS FORM NUMBER G120-2083
# "
# Print the named files (comprising the front matter of the manual
# "Academic Information Systems 4.2 on the IBM RT PC - Volume I")
 

#\"$Header: printfilesI,v 10.0 87/05/26 14:14:33 mhoff Base43 $
#\"$Source: /ibm/acis/usr/doc/ibmdoc/run/RCS/printfilesI,v $

# processor to print the doc
PRINTCMD = ptroff

# processor to preview the doc
PREVCMD = nroff	

# table processing command
TBLCMD = tbl

SWITCHES = -me -Pusp -rv1
FILES = titleI.t soa.t intro.t I.t

typeset :
	${TBLCMD} ${FILES}|${PRINTCMD} ${SWITCHES}

preview :
	@echo 'output into file "OUT"'
	${PREVCMD} ${SWITCHES} ${FILES} | colcrt > OUT

# command to invoke:
#  make -f printfilesI [typeset preview] &
