# $Source: /misc/source_product/9.10/commands.rcs/usr/bin/text/ms.d/makefile,v $
# $Revision: 64.2 $

# Common makefile for the script endnote which is useful for text formatting
# (only called when on a 300)

default:    endnote

endnote:
	cp endnote.sh endnote

clean:

clobber: clean
	/bin/rm -f endnote
