summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2018-03-01 23:49:22 +0000
committerNorbert Preining <preining@logic.at>2018-03-01 23:49:22 +0000
commitec35cd0d00382d486825d9906199a08765083efe (patch)
treeaea5488a48fe4d63cc2776ac293df427f9d02b6d /Master/tlpkg
parent86a45b1f71731383af4341d32ccacc9f6316c98c (diff)
clarify settings for tlpdb creating
git-svn-id: svn://tug.org/texlive/trunk@46777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLConfig.pm4
-rw-r--r--Master/tlpkg/tlpsrc/00texlive.config.tlpsrc6
2 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLConfig.pm b/Master/tlpkg/TeXLive/TLConfig.pm
index 5d7634cfaab..75791cff387 100644
--- a/Master/tlpkg/TeXLive/TLConfig.pm
+++ b/Master/tlpkg/TeXLive/TLConfig.pm
@@ -1,6 +1,6 @@
# $Id$
# TeXLive::TLConfig.pm - module exporting configuration values
-# Copyright 2007-2017 Norbert Preining
+# Copyright 2007-2018 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -109,6 +109,8 @@ our $DefaultContainerExtension = "tar.$DefaultContainerFormat";
# archive (not user) settings.
# these can be overriden by putting them into 00texlive.config.tlpsrc
+# in the format
+# depend key/value
our %TLPDBConfigs = (
"container_split_src_files" => 1,
"container_split_doc_files" => 1,
diff --git a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc
index 2f2359501a4..cd8ad9d115d 100644
--- a/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc
+++ b/Master/tlpkg/tlpsrc/00texlive.config.tlpsrc
@@ -19,9 +19,9 @@ longdesc upgrades can be found at http://www.tug.org/texlive/upgrade.html
longdesc
longdesc frozen/[01] specifies whether the release has been frozen
longdesc
-longdesc These values are taken from TeXLive::TLConfig::TLPDBConfigs
-longdesc hash values at tlpdb creation time. (The 00texlive.config.tlpsrc
-longdesc file just has these comments.)
+longdesc The default values are taken from TeXLive::TLConfig::TLPDBConfigs
+longdesc hash values at tlpdb creation time but can be overridden here
+longdesc if necessary.
longdesc
longdesc For information on the 00texlive prefix see
longdesc 00texlive.installation(.tlpsrc)