diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-17 20:06:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-17 20:06:45 +0000 |
commit | 46eb901cbbe455e620ba4889d631424de2c23d84 (patch) | |
tree | b9e3589f544adb16b9de6021be9daca4f01dc94d /Build | |
parent | 2d1ab31e05cba7fe758e15307d6677061418bfab (diff) |
stellenb
git-svn-id: svn://tug.org/texlive/trunk@1867 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/tools/tlpkginfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/tools/tlpkginfo b/Build/tools/tlpkginfo index 746bbc47327..c8b0a82409f 100755 --- a/Build/tools/tlpkginfo +++ b/Build/tools/tlpkginfo @@ -99,6 +99,7 @@ sub find_ctan_dir $ctan_dir = "language/hyphenation" if $me eq "hyphen-german"; $ctan_dir = "language/hyphenation/elhyphen" if $me eq "hyphen-greek"; $ctan_dir = "macros/latex/contrib/misc" if $me eq "ltxmisc"; + $ctan_dir = "macros/latex/contrib/stellenbosch" if $me eq "stellenb"; $ctan_dir = "macros/generic" if $me eq "genmisc"; # do last, for sake of subdirs above. |