diff options
| author | fukachan <fukachan> | 2005-08-03 13:27:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-08-03 13:27:18 +0000 |
| commit | 854b18c7ad2e51b4f7db132d9f6433e6ca68c5e0 (patch) | |
| tree | 64ffea49b9f43d82df487570803a8a293a8c3e39 /fml/doc/en | |
| parent | 37e49711aea0eb83a9c0809b320a7d18e4cc41e3 (diff) | |
| download | fml8-854b18c7ad2e51b4f7db132d9f6433e6ca68c5e0.tar.gz fml8-854b18c7ad2e51b4f7db132d9f6433e6ca68c5e0.tar.bz2 fml8-854b18c7ad2e51b4f7db132d9f6433e6ca68c5e0.zip | |
imported.
Diffstat (limited to 'fml/doc/en')
| -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 |
