# $Id: Makefile,v 1.1 1991/04/01 22:13:07 steve Exp $
# $__Header$
#
# Makefile for the "doc/userdoc" subdirectory of the XGKS package.

# Anticipated, changeable macros (others might not work):
TBL	= tbl
TROFF	= troff

# End of anticipated macros

MY_MFLAGS	= \
		TBL="$(TBL)" \
		TROFF="$(TROFF)

NAME		= userdoc

all:

install:

hardcopy:	userdoc.hc

clean:
	rm -f core *.log

userdoc.hc:	userdoc.me
	$(TBL) userdoc.me | $(TROFF) -me
