
#include <SEP.defs>

#define BINDIR /usr/local/bin
#define FIGDIR ../xtpanel/Fig
#define FIGLIST nmo

default&: xtpanel.txt view

FIGDIR/nmo.v: Dat/nmoin.H
	Wiggle <Dat/nmoin.H pclip=100 >/dev/null out=FIGDIR/nmo.v

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

xtpanel.txt: xtpanel.man Cakefile
$	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

install-to-read&: paper.dvi BINDIR/XTPANEL
	cp paper.dvi ../Dvi/XTPANEL.dvi

BINDIR/XTPANEL XTPANEL&: XTPANEL.csh
	cp XTPANEL.csh BINDIR/XTPANEL
	chmod +x BINDIR/XTPANEL

clean&: texclean

#include <SEP.idoc.rules>
