summaryrefslogtreecommitdiff
path: root/fml
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-06-27 08:22:21 +0000
committerfukachan <fukachan>2002-06-27 08:22:21 +0000
commita415e320a51ecd8c3b88312d12994fe87ba8002f (patch)
tree0e3cc678d7a5455a6e25553e80bbf422873be342 /fml
parent112fe17f5c270030eef5202379f57144c3d49a6d (diff)
downloadfml8-a415e320a51ecd8c3b88312d12994fe87ba8002f.tar.gz
fml8-a415e320a51ecd8c3b88312d12994fe87ba8002f.tar.bz2
fml8-a415e320a51ecd8c3b88312d12994fe87ba8002f.zip
not need to validate ml existence
Diffstat (limited to 'fml')
-rw-r--r--fml/lib/FML/Command/HTMLify.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm
index d8703dfe..b69e774c 100644
--- a/fml/lib/FML/Command/HTMLify.pm
+++ b/fml/lib/FML/Command/HTMLify.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: HTMLify.pm,v 1.4 2002/04/27 05:25:01 fukachan Exp $
+# $FML: HTMLify.pm,v 1.5 2002/05/13 14:24:46 fukachan Exp $
#
package FML::Command::HTMLify;
@@ -44,9 +44,10 @@ sub convert
croak("no such source directory");
}
- unless ($curproc->is_config_cf_exist()) {
- croak("invalid ML");
- }
+ # XXX NOT NEED THIS CHECK ?
+ # unless ($curproc->is_config_cf_exist()) {
+ # croak("invalid ML");
+ # }
my ($is_subdir_exists, $subdirs) = _check_subdir_exists($src_dir);
if ($is_subdir_exists) { Log("looks subdir exists");}