diff options
| -rw-r--r-- | fml/doc/en/tutorial/changes/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/changes/Makefile b/fml/doc/en/tutorial/changes/Makefile new file mode 100644 index 00000000..3f97589e --- /dev/null +++ b/fml/doc/en/tutorial/changes/Makefile @@ -0,0 +1,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 |
