#
# Makefile to clean up the extend/man directory.
#

SHELL=/bin/sh

all:

clean:
	/bin/rm -f index.TCL

realclean: clean
