
# Definitions #

HOME = /u3/usystem
# SHELL variable needed only on sysV to ensure usage of sh by make
SHELL = /bin/sh

# Directives #

all : concc.man parcc.man

clean :
	rm *.man

# File Dependencies #

concc.man : concc.doc
	sed 's^.ds Ho ".*^.ds Ho "'${HOME}'^' $? | troff -man -Tdumb | ddumb > $@

parcc.man : parcc.doc
	sed 's^.ds Ho ".*^.ds Ho "'${HOME}'^' $? | troff -man -Tdumb | ddumb > $@

# Local Variables: #
# compile-command: "make -k" #
# End: #
