summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-15 00:12:46 +0000
committerNorbert Preining <preining@logic.at>2017-04-15 00:12:46 +0000
commit15b38c41d0da13e4c1b229c405487df790df5601 (patch)
treee48fedee5d5e4f36ad92c32c70a6f317ef92952d /Master/tlpkg/TeXLive/TLConfig.pm
parente4b714027f49e10d08fd341825ebaa8c5bd8458c (diff)
user/sys mode for fmtutil and updmap
add cmd line options -user require either -user or -sys move check/setup function to TLUtils.pm, reuse in both adjust documentation git-svn-id: svn://tug.org/texlive/trunk@43793 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index d10e8fa43e4..45835dc1cf7 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -46,6 +46,7 @@ BEGIN {
$ChecksumLength
$ChecksumProgram
$ChecksumExtension
+ $SYSUSERURL
);
@EXPORT = @EXPORT_OK;
}
@@ -218,6 +219,9 @@ $ChecksumProgram = "sha512sum";
# The extension of the checksum file
$ChecksumExtension = "sha512";
+#
+our $SYSUSERURL = 'http://tug.org/texlive/sys-user-scripts.html';
+
1;
@@ -301,6 +305,10 @@ The texmf-tree name that can be relocated, defaults to C<texmf-dist>.
The string that replaces the C<RelocTree> in the tlpdb if a package is
relocated, defaults to C<RELOC>".
+=item C<$TeXLive::TLConfig::SYSUSERURL>
+
+URL pointing to explanations concerning -sys and -user mode.
+
=back
=head1 SEE ALSO