Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 798 → Rev 797

/buildidx/buildidx.php
214,8 → 214,6
if (str_head_is($f, "nls/{$pkgdir}.")) continue;
if ($f === 'nls/') continue;
}
// the help package is allowed to put files in... help
if (($pkgnam == 'help') && (str_head_is($f, 'help/'))) continue;
// well-known "category" dirs are okay
if (str_head_is($f, "progs/{$pkgdir}/")) continue;
if ($f === 'progs/') continue;