include ${SEPINC}/SEP.top

RESDIR = ../xtpanel/Fig
RESULTSER = nmo
RESULTSNR = buttons bytepar calculator ed1D generator help lister \
		menubutton nmores pipedoc pipeline result simplepipe viewer

default: xtpanel.txt view

${RESDIR}/nmo.v: Dat/nmoin.H
	Wiggle <Dat/nmoin.H pclip=100 >/dev/null out=${RESDIR}/nmo.v

pipeline.action: pipeline.panel
	</dev/null xtpanel -cpp -file pipeline.panel

xtpanel.txt: xtpanel.man Makefile
#	nroff -man xtpanel.man | sed -e s/_//g | grep -v MISC | grep -v Sun | awk -f comp.awk >xtpanel.txt
	nroff -man -Tman xtpanel.man | sed -e s/_//g | grep -v MISC | grep -v Sun | awk -f comp.awk >xtpanel.txt

# use this on a Sun to print man page, 2 pages per output page
# we xeroxed this onto the blank report pages
xtpanel.ps: xtpanel.txt
	enscript -B -2r xtpanel.txt

clean: texclean

include ${SEPINC}/SEP.bottom
