diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLConfig.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLConfig.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm index 45835dc1cf7..d10e8fa43e4 100644 --- a/Master/tlpkg/TeXLive/TLConfig.pm +++ b/Master/tlpkg/TeXLive/TLConfig.pm @@ -46,7 +46,6 @@ BEGIN { $ChecksumLength $ChecksumProgram $ChecksumExtension - $SYSUSERURL ); @EXPORT = @EXPORT_OK; } @@ -219,9 +218,6 @@ $ChecksumProgram = "sha512sum"; # The extension of the checksum file $ChecksumExtension = "sha512"; -# -our $SYSUSERURL = 'http://tug.org/texlive/sys-user-scripts.html'; - 1; @@ -305,10 +301,6 @@ 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 |