diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 1313abb0..3889414a 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -16,6 +16,7 @@ my %RequiredFields = ( ); my %MayHaveMulti = ( Authors => undef, + Deputies => undef, 'Comments-URI' => undef, License => undef, 'License-Code' => undef, @@ -27,8 +28,10 @@ my %DateField = ( my %EmailField = ( Authors => undef, Editor => undef, + Deputies => undef, ); my %MiscField = ( + 'Deputies' => undef, 'Comments-URI' => undef, 'Comments-Summary' => undef, 'Discussions-To' => undef,