diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-21 17:04:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-21 17:04:17 +0000 |
commit | 7ac7fb1bded8951ffe85817a4181407e0ce226d6 (patch) | |
tree | b45587cc58e482da3283a112608558b9138629f5 | |
parent | fd90477aabf7c048f0cb1efb0d7b797433e98cc0 (diff) |
pdftex-def check
git-svn-id: svn://tug.org/texlive/trunk@1718 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/tools/tlpkginfo | 1 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index 980acc74558..180dd26598e 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -88,6 +88,7 @@ sub find_ctan_dir # names totally dissimilar $ctan_dir = "fonts/fourier-GUT" if $me eq "fourier"; + $ctan_dir = "graphics/pdftex" if $me eq "pdftex-def"; $ctan_dir = "info/biblio" if $me eq "beebe"; $ctan_dir = "info/italian/amsldoc" if $me eq "amsldoc-it"; $ctan_dir = "info/italian/amsthdoc" if $me eq "amsthdoc-it"; diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 1637e6bcaaf..74340fcb621 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -65,7 +65,7 @@ sub main "nag", "ncclatex", "ncctools", "newlfm", "nomencl", "nomentbl", "numprint", "oberdiek", "octavo", - "pdf-trans", "pdfcprot", "perception", "perltex", "pgf", + "pdf-trans", "pdfcprot", "pdftex-def", "perception", "perltex", "pgf", "pictex", "placeins", #"plnfss", # only a zip file on CTAN "poemscol", "powerdot", "powerdot-doc-vn", |