diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 76f72be8c3e..640db804533 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -531,7 +531,7 @@ C<execute>, or C<depend>. The interpretation of the respective I<values> are: -=over 6 +=over 4 =item C<name> @@ -540,7 +540,7 @@ i.e., with what Perl considers a C<\w>. There are 3 exceptions to this rule: -=over 12 +=over 8 =item B<name.ARCH> @@ -605,7 +605,7 @@ All the depend lines contribute to the dependencies of the package. gives a free form entry of install time jobs to be executed. Currently the following possible values are understood by the installers: -=over 6 +=over 4 =item C<execute addMap> I<font>C<.map> @@ -652,7 +652,7 @@ where Simple patterns without PREFIX and ARCHSPEC specification are explained first, see below for these extensions. -=over +=over 4 =item C<f >I<path> @@ -691,7 +691,7 @@ includes all files matching the regexp C</^regexp$/> =head2 Special patterns -=over 6 +=over 4 =item PREFIX @@ -719,7 +719,7 @@ the prefix C<+> (e.g., C<+f ...>), then the following patterns, listed by type are I<automatically> added at expansion time (but never written to the textual representation): -=over 6 +=over 4 =item C<runpattern> @@ -764,7 +764,7 @@ The binpatterns have to deal with all the different architectures. To ease the writing of patterns several extensions to the above pattern language are allowed: -=over 6 +=over 4 =item arch expansion @@ -837,7 +837,7 @@ C<TLPSRC> object, if set (normally by C<from_file>). The following functions can be called for an C<TLPSRC> object: -=over +=over 4 =item C<new> |