summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-06-25 12:06:58 +0000
committerfukachan <fukachan>2005-06-25 12:06:58 +0000
commit22626e4ec698cd147a5d7dafc9b751f22dcd7d5a (patch)
tree0974e6677258b0092a7154f8bb54c95f3c2d2771 /fml/doc/ja/tutorial
parent123012f8a54c9aa5ca5d0e21fa98385dff8c7152 (diff)
downloadfml8-22626e4ec698cd147a5d7dafc9b751f22dcd7d5a.tar.gz
fml8-22626e4ec698cd147a5d7dafc9b751f22dcd7d5a.tar.bz2
fml8-22626e4ec698cd147a5d7dafc9b751f22dcd7d5a.zip
show warning: DO NOT EDIT BY HAND.
Diffstat (limited to 'fml/doc/ja/tutorial')
-rwxr-xr-xfml/doc/ja/tutorial/changes/conv2sgml.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/changes/conv2sgml.pl b/fml/doc/ja/tutorial/changes/conv2sgml.pl
index 23a5985f..5bac22fc 100755
--- a/fml/doc/ja/tutorial/changes/conv2sgml.pl
+++ b/fml/doc/ja/tutorial/changes/conv2sgml.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# $FML$
+# $FML: conv2sgml.pl,v 1.1.1.1 2004/04/02 04:39:48 fukachan Exp $
#
use strict;
@@ -30,6 +30,7 @@ while (<>) {
}
}
+print "\n<!-- 注意!!! 自動生成されたファイル、手動編集禁止 !!! -->\n\n";
for my $i (sort {$a <=> $b} keys %$table) {
print "<!-- $i -->\n";