
# Definitions #

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

# Directives #

all : concc.man uSystem.man

clean :
	rm *.man

# File Dependencies #

%.man : %.doc
	sed 's^.ds Ho ".*^.ds Ho "'${HOME}'^' $? | nroff -man > $@

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