diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index baf9e7b7642..b09e9ecbf37 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1197,6 +1197,7 @@ $standarddest = "texmf-dist"; 'pictex', 'generic', 'placeins-plain', 'plain', 'plnfss', 'plain', + 'pmx', 'generic', 'pstricks', 'generic', 'pst-cox', 'generic', 'pxbase', 'platex', @@ -1413,6 +1414,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'plgraph', '\.tex', 'plipsum', 'plipsum.tex', 'plnfss', '\.tex|\.pfd', + 'pmx', 'pmx\.tex|' . $standardtex, 'poster-mac', 'poster\.tex|' . $standardtex, 'powerdot', '\.ps|' . $standardtex, 'ppchtex', 'm.*tex|m.*sty', |