summaryrefslogtreecommitdiff
path: root/Build/cdbuild/ctan2tds.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-01 17:22:17 +0000
committerKarl Berry <karl@freefriends.org>2007-10-01 17:22:17 +0000
commit0c5d3dc9d9bb75c5861ef9b20c301f5d21bbef73 (patch)
tree109208e39817e4d3530d3e17ac17b9336db79cf2 /Build/cdbuild/ctan2tds.pl
parentd9bbb72cdcd88fad17175e9065e539dbc111c054 (diff)
new xelatex package xgreek (19feb07)
git-svn-id: svn://tug.org/texlive/trunk@5083 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index 4f48615411e..f6ae6aff199 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -1235,6 +1235,10 @@ sub set_dir_defaults
$standarddocfmt = $standardsourcefmt = "metapost";
$guess = "$standarddocfmt for docfmt/srcfmt";
+ } elsif ($ctan_dir =~ m!/tex-archive/macros/xetex/latex/!) {
+ $standarddocfmt = $standardsourcefmt = $standardfmt = "xelatex";
+ $guess = "$standarddocfmt for fmt/docfmt/srcfmt";
+
} elsif ($ctan_dir =~ m!/tex-archive/fonts/!) {
$standarddocfmt = $standardsourcefmt = "fonts";
$guess = "$standarddocfmt for docfmt/srcfmt";