diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 46fa3a9f0a6..3946e269b67 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4571,8 +4571,8 @@ sub MAKEltt { # sub MAKEpst { print "\t SPECIAL pst $package starts\n"; - # pst-laboObj.tex and pst-fp.sty need special cases: - $standardtex = qq!^(($package(Obj)?)|pst-fp)\.(tex|sty)!; + # pst-laboObj.tex, pst-fp.sty, pst-vehicle need special cases: + $standardtex = qq!^(($package(Obj)?)|pst-fp|ListVehicles)\.(tex|sty)!; $whichformat='generic'; $whichdocformat='generic'; $specialsourcefmt{$package}='generic'; |