# -*-mode: makefile; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*-
#
#	$Id$
#

VER=1.5

default:: freshen

freshen:: txt 
txt::	Tixdebug.txt

Tixdebug.txt::	Tixdebug.html
	lynx -dump file://$(PWD)/$< > $@
	unix2dos < $< > ../../$@
TAGS::
	echo *.tcl | xargs $(TCLSH) ../Utils/etags.tcl

clean::
	rm -f core
	find . -name \*~ -exec rm -f {} \;


