summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2015-11-28 02:15:39 +0000
committerNorbert Preining <preining@logic.at>2015-11-28 02:15:39 +0000
commit7da8a16f77433d9b267a7e8ad9e79637cf56368f (patch)
tree4fb7c8150d2dddb212aec174cdb85e514d8b73e3 /Master/tlpkg
parent87123a2ef9f151450743de8d760aadd34d561aca (diff)
some work on triggering format rebuilds
git-svn-id: svn://tug.org/texlive/trunk@38965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm11
1 files changed, 1 insertions, 10 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 535dacf71e6..edbf11675e6 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -116,11 +116,10 @@ use vars qw(
$::LOGFILENAME @::LOGLINES
@::debug_hook @::ddebug_hook @::dddebug_hook @::info_hook @::warn_hook
@::install_packages_hook
- $::latex_updated
+ @::fmt_triggers
$::machinereadable
$::no_execute_actions
$::regenerate_all_formats
- $::tex_updated
$TeXLive::TLDownload::net_lib_avail
);
@@ -1956,14 +1955,6 @@ sub announce_execute_actions {
$::files_changed = 1;
return;
}
- if (defined($type) && ($type eq "latex-updated")) {
- $::latex_updated = 1;
- return;
- }
- if (defined($type) && ($type eq "tex-updated")) {
- $::tex_updated = 1;
- return;
- }
if (!defined($type) || (($type ne "enable") && ($type ne "disable"))) {
die "announce_execute_actions: enable or disable, not type $type";
}