summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: c9e98b55069338c7de634802656f06b77904a86c (plain)
1
2
3
4
5
6
7
8
9
R= readme
T= $R.txt
H= $R.html

$T:	$H
	lynx -dump $? >$@

clean:
	-rm -f $T