summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-23 01:47:06 +0000
committerKarl Berry <karl@freefriends.org>2011-01-23 01:47:06 +0000
commitc08e96654788cf00e67ef07fd1e96547246a8fd9 (patch)
treef70a769f4cb404e3078a7a671d6752beb6874c88 /Master
parentd94228e0c36ef801bcb76e0fe9f04ba8f49aac93 (diff)
reenable keyword dump
git-svn-id: svn://tug.org/texlive/trunk@21151 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-auto3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-auto b/Master/tlpkg/bin/tl-update-auto
index c50bd51de16..600440ae842 100755
--- a/Master/tlpkg/bin/tl-update-auto
+++ b/Master/tlpkg/bin/tl-update-auto
@@ -223,7 +223,7 @@ fi # !config_scripts_only
# texcatalogue.keywords
#
-if $config_scripts_only; then :; else if false; then
+if $config_scripts_only; then :; else
cat_dump=/tmp/tc.xml
rm -f $cat_dump.new
wget --quiet ftp://tug.ctan.org/ftpmaint/az/texcatalogue.xml -O $cat_dump.new \
@@ -240,7 +240,6 @@ else
$chicken $cp $temp.keywords.new $keywordfile
update_list="$update_list $keywordfile"
fi
-fi # false -- skipping for now, xml dump is mia
fi # !config_scripts_only