#
#
# Copyright (C) 1991 Texas Instruments Incorporated.
#
# Permission is granted to any individual or institution to use, copy, modify,
# and distribute this software, provided that this complete copyright and
# permission notice is maintained, intact, in all copies and supporting
# documentation.
#
# Texas Instruments Incorporated provides this software "as is" without
# express or implied warranty.
#

PRINTS = cover MRH TOC preface s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s11 s14 \
	 glossary index title

print:
	@for i in $(PRINTS); do				\
		echo "uncompress -c $$i.ps.Z | qpr";	\
		uncompress -c $$i.ps.Z | qpr;		\
	done
