summaryrefslogtreecommitdiff
path: root/regen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen.pl')
-rw-r--r--regen.pl11
1 files changed, 6 insertions, 5 deletions
diff --git a/regen.pl b/regen.pl
index 48700f5f92..37057f6024 100644
--- a/regen.pl
+++ b/regen.pl
@@ -24,12 +24,13 @@ my $perl = $^X;
# scripts (eg reentr.c)
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
);