Skip to content

Commit aae6fcb

Browse files
committed
dl/mktable.pl: the new 'bindev' package type
shown as 'tool + devel' in the table Closes #440
1 parent ed952ab commit aae6fcb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dl/mktable.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ sub show {
143143

144144
my %shown;
145145

146-
my %typelong=('bin' => '<b>tool</b>',
146+
my %typelong=('bin' => 'tool',
147+
'bindev' => 'tool + devel',
147148
'devel' => 'devel',
148149
'source' => 'source',
149150
'lib' => 'libcurl');

0 commit comments

Comments
 (0)