diff options
author | Norbert Preining <preining@logic.at> | 2008-11-12 17:45:09 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-11-12 17:45:09 +0000 |
commit | 443ccf6c03f09d4fe0ec58690c8398a7e02adacb (patch) | |
tree | 889ff92c7bbd7b979bc4c1016acb07d797c8b3ff | |
parent | f9654dcb04bb87f641316bba267b10f514c656ce (diff) |
add POD for the expand_dependencies -no-collections argument
git-svn-id: svn://tug.org/texlive/trunk@11267 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 2d76d8928b1..5d26e831b6b 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -456,6 +456,9 @@ mathematicians) If the very first argument is "-only-arch" then it expands only dependencies of the form .ARCH. +If the very first argument is "-no-collections" then dependencies of +collections onto collections are ignored. + =cut sub expand_dependencies { |