diff options
Diffstat (limited to 'fml/doc/ja/tutorial/changes')
| -rwxr-xr-x | fml/doc/ja/tutorial/changes/conv2sgml.pl | 3 |
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"; |
