summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2011-06-16 00:59:52 +0000
committerNorbert Preining <preining@logic.at>2011-06-16 00:59:52 +0000
commit035e3a0025335e2932d383db8982a19ab8857ce8 (patch)
treea14c22a10cac686207985eba0246943aa1846ab8 /Master/tlpkg/TeXLive/TLConfig.pm
parentfe5b877423cce9b29d52cfa28539671e1f67c9ca (diff)
support option that runs tlmgr generate updmap automatically
git-svn-id: svn://tug.org/texlive/trunk@23004 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 3503cc65271..e065253149a 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -173,6 +173,9 @@ our %TLPDBOptions = (
"w32_multi_user" =>
[ "b", 0, "multiuser",
"Install for shortcuts/menu items for all users (w32)" ],
+ "generate_updmap" =>
+ [ "b", 0, "generate_updmap",
+ "Run tlmgr generate updmap after maps have changed" ],
);