diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-31 20:49:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-31 20:49:53 +0000 |
commit | 91add38d05c06e6af30a692a296edef5eb03a539 (patch) | |
tree | a7fc8eb5033359c1f6365fe012beb2a4395ef208 | |
parent | 951215c0df906b2bee709136f88cdc4ab55c5265 (diff) |
some basic doc about the autopatterns.
git-svn-id: svn://tug.org/texlive/trunk@11142 c570f23f-e606-0410-a88d-b1316a301751
-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% |