summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLConfig.pm
diff options
context:
space:
mode:
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