summaryrefslogtreecommitdiff
path: root/scripts/buildtable.pl
diff options
context:
space:
mode:
authorLiu Pengpeng <liupppppp@gmail.com>2020-09-03 01:55:14 +0800
committerGitHub <noreply@github.com>2020-09-03 01:55:14 +0800
commit7e8b5dfc304c0e3cd646b54bc49e23fad692d11e (patch)
tree0f297ac5ec58209b24f82a9eb4d8d3451d512900 /scripts/buildtable.pl
parent13dccfe663206cec416e404a75c5f59c9f2919d7 (diff)
parentbdb297a7c847c23b96ff1dbe7bc91586ec8b59c5 (diff)
Merge branch 'master' into master
Diffstat (limited to 'scripts/buildtable.pl')
-rwxr-xr-xscripts/buildtable.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 144ede6..1edd8c0 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -34,6 +34,7 @@ my %MiscField = (
'Discussions-To' => undef,
'Post-History' => undef,
'Replaces' => undef,
+ 'Requires' => undef,
'Superseded-By' => undef,
);
@@ -53,6 +54,7 @@ my %ValidStatus = (
Final => "background-color: #cfffcf",
Active => "background-color: #cfffcf",
Replaced => "background-color: #ffcfcf",
+ Obsolete => "background-color: #ffcfcf",
);
my %ValidType = (
'Standards Track' => 'Standard',