blob: 3f97589ef299676550af3da99d71056bc52eb3ea (
plain)
1
2
3
4
5
6
7
|
#
# $FML: Makefile,v 1.1.1.1 2004/04/02 04:39:48 fukachan Exp $
#
table.cui.sgml: CUI.txt conv2sgml.pl
perl conv2sgml.pl CUI.txt > table.cui.sgml.new
mv table.cui.sgml.new table.cui.sgml
|