summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-06-07 22:58:12 +0000
committerNorbert Preining <preining@logic.at>2012-06-07 22:58:12 +0000
commit674fe95a11107f3c57543d4168a916db723ddee7 (patch)
tree452169262991f293ed40b178179e77020ec707d4 /Master/texmf
parentd13a6a250b2893a0454bec22953d71fc1c8cd807 (diff)
deprecate "generate updmap", keep internal "generate _updmap"
git-svn-id: svn://tug.org/texlive/trunk@26856 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 051638bf901..5ef3c52e052 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -4043,6 +4043,11 @@ sub action_generate {
}
} elsif ($what =~ m/^updmap$/i) {
+ tlwarn("$prg: generate updmap is no longer needed or supported.\n");
+ tlwarn("$prg: Please read the documentation of the `updmap' program.\n");
+ tlwarn("$prg: Goodbye.\n");
+ exit(1);
+ } elsif ($what =~ m/^_updmap$/i) {
my $dest = $opts{"dest"} || "$TEXMFDIST/web2c/updmap.cfg";
debug("$prg: writing new updmap.cfg to $dest\n");
TeXLive::TLUtils::create_updmap($localtlpdb, $dest);