X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=regen.pl;h=75903ac8f9d12466ca6203fed06d1688d48293b8;hb=f8abb37e5b952f76a9e019137369e3f8ef5a58ae;hp=48700f5f92c3aef08b60bdc9f369450808e09394;hpb=e2bcdfc01b8759d90d7dac9448eb6bd60378bcdc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/regen.pl b/regen.pl index 48700f5..75903ac 100644 --- a/regen.pl +++ b/regen.pl @@ -19,19 +19,17 @@ 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( -warnings.pl -regcomp.pl -reentr.pl -overload.pl -opcode.pl keywords.pl +opcode.pl +overload.pl +reentr.pl +regcomp.pl +warnings.pl + embed.pl -autodoc.pl ); # Which files are (re)generated by each script. @@ -39,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]],