diff options
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc index a23dce1d5eb..bb355ec376d 100644 --- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc @@ -1,6 +1,13 @@ name 00texlive.autopatterns category TLCore -shortdesc Defines the automatically generated patterns +shortdesc Defines the default patterns per category used by tlpsrc2tlpdb. +longdesc As can be seen, the syntax here is slightly different from a +longdesc normal tlpsrc file: an additional first argument specifies the +longdesc category for this pattern, and a final %NAME% is replaced with +longdesc the package. Defining new categories merely by adding them +longdesc here is not currently implemented, though it could be done if +longdesc it proves useful. See the TeXLive::TLPSRC documentation for more. + # auto patterns for category Package runpattern Package t texmf-dist bibtex %NAME% runpattern Package t texmf-dist context %NAME% @@ -16,6 +23,7 @@ runpattern Package t texmf-dist tex %NAME% runpattern Package t texmf-dist vtex %NAME% srcpattern Package t texmf-dist source %NAME% docpattern Package t texmf-dist doc %NAME% + # auto patterns for category Documentation srcpattern Documentation t texmf-doc source %NAME% docpattern Documentation t texmf-doc doc %NAME% |