start	:
	cat READ-ME.txt

all	:
	-latex instructions
	-bibtex instructions
	-latex instructions
	-latex instructions
	-dvips -o instructions.ps instructions
	-latex skeleton
	-dvips -o skeleton.ps skeleton

author-pack	:
	-tar -cf author-pack.tar Makefile *tex *bib *sty *ps *txt
	-uuencode author-pack.tar author-pack.tar > ap.uu

clean	:
	-rm *tar *dvi *aux *bbl *blg *idx *toc *log *~
