# Makefile for doc files
# $Id: Makefile,v 1.2 94/06/03 01:18:35 budd Exp $

all:	porting.doc snobol4.0

## try also -Tcrt -Tman
NROFF=nroff -Tlpr
MS=-ms
MAN=-man

porting.doc: porting.ms
	$(NROFF) $(MS) porting.ms > porting.doc

snobol4.0: snobol4.1
	$(NROFF) $(MAN) snobol4.1 > snobol4.0


