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

default::	freshen

txt:		Python.txt

Python.txt::	Python.html
	lynx -dump file://$(PWD)/$< > $@

freshen::	txt


