#  makefile_suf_base from ObjectProDSP 0.1
#  Copyright (C) 1994, Mountain Math Software, All rights reserved.
#  Licensed for free use and distribution under version 2 of the Gnu General
#  Public License. Please see file COPYING for details and restrictions.
#  
#  ObjectProDSP is a trademark of Mountain Math Software.
#  
SPELL:
	-rm spellerr
	for i in ${OPD_NOT_CREATED} ;do \
		echo "Possible spelling errors in \`$$i'" >> spellerr; \
		ispell -l -t < $$i | sort | uniq  >> spellerr ;done 

.SUFFIXES: .ps .PR .TWO_SIDED .txx .tex

.dvi.ps:
	dvips -f $@ > $<

.dvi.PR:
	dvips $@

.ps.pr:
	lpr $@

.tex.txx :
	touch $@

.dvi.TWO_SIDED : 
	@echo "Make sure printer is set for bottom output tray."
	@echo "i. e., pages are stacked face up in reverse order."
	@echo "Type RETURN to continue:"
	@${DOC_DIR}/scripts/WaitReturn.sh
	dvips -B -r $@
	@echo "Take the pages and place them face down"
	@echo "at the top of the input tray."
	@echo "The top of each page must be next to the printer."
	@echo "IMPORTANT: If the number of the last page in the"
	@echo "DOCUMENT (not last page listed above) is odd"
	@echo "add a single blank page at the top of the stack."
	@echo "Type RETURN to continue:"
	@${DOC_DIR}/scripts/WaitReturn.sh
	dvips -A -r $@
 


.PHONY: clean check_index_nodeman check_index_ovr_app  \
	over_all.dvi DEFAULT

clean:

