Dropped the support of: $Options{"GetOptions_args"}
[macros.git] / AutoGen.pm
index 4fd02a9..eb2bbd2 100644 (file)
@@ -335,6 +335,7 @@ sub _cleanfiles
                                                .deps .libs
                                                *.[oa] *.l[oa] *.l[oa]T
                                                .cvsignore
+                                               pod2htm[di].tmp
 
                                                ./errs*
                                                ./intl
@@ -497,7 +498,6 @@ my($class,%options)=@_;
                          "clean"    ,\$Options{"ARGV_clean"},
                          "fullclean",\$Options{"ARGV_fullclean"},
                        "h|help"     ,sub { print _help(); exit 0; },
-                       $Options{"GetOptions_args"},
                        ) || @ARGV;
 
        for my $subdir (map((!$_ ? () : @$_),$Options{"subdirs"})) {