X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regen.pl;h=75903ac8f9d12466ca6203fed06d1688d48293b8;hb=a80e323fbf3c4c14f0fce8c693c9a91eb9d69497;hp=37057f602450f2af771098119490a95f9e00f053;hpb=07d48c2ab53ff24d46b741408bbe4e54cb5ead8e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regen.pl b/regen.pl index 37057f6..75903ac 100644 --- a/regen.pl +++ b/regen.pl @@ -19,9 +19,7 @@ my $perl = $^X; # safer_unlink ("warnings.h", "lib/warnings.pm"); # Which scripts to run. Note the ordering: embed.pl must run after -# opcode.pl, since it depends on pp.sym, and autodoc.pl should run last as -# it reads all *.[ch] files, some of which may have been changed by other -# scripts (eg reentr.c) +# opcode.pl, since it depends on pp.sym my @scripts = qw( keywords.pl @@ -32,7 +30,6 @@ regcomp.pl warnings.pl embed.pl -autodoc.pl ); # Which files are (re)generated by each script. @@ -40,7 +37,6 @@ autodoc.pl # now generated by regen_lib.pl, so should we just drop them? my %gen = ( - 'autodoc.pl' => [qw[pod/perlapi.pod pod/perlintern.pod]], 'embed.pl' => [qw[proto.h embed.h embedvar.h global.sym perlapi.h perlapi.c]], 'keywords.pl' => [qw[keywords.h]],