#! /bin/csh -f
#
#   How to make the psfig paper (it's tricky).
#
set P=paper
date
setenv PSLIBDIR ../patches
if (! -e $PSLIBDIR/psdit.pro) then
	echo You must patch psdit and psdit.pro first!
	exit -1
endif

	# Make a real version (the little pages will be empty)
	# *ignore* warnings about missing paper.ps.[1-8]

touch $P.ms
echo Ignore warnings.....
make Draft=-d150 $P.ps
getpages $P.ps
ls -l $P.ps

	# Make a super version (the little pages are level 151)

touch $P.eqn
make Draft=-d200 $P.ps
ls -l $P.ps

date
