diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-23 18:34:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-23 18:34:39 +0000 |
commit | 76eab76da7ae46740267ca8e9e665bed1b9753e0 (patch) | |
tree | 0d69ee2bf19364c62bb6a3ffa2b56532281e6faf /Master/tlpkg | |
parent | da11537ec4743b2bafb9bb04f388c1cc67c5f06b (diff) |
texworks readme
git-svn-id: svn://tug.org/texlive/trunk@14409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc index 6f87d3fdbb3..21ad14423f7 100644 --- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc @@ -1,6 +1,6 @@ category TLCore shortdesc Defines the default patterns per category used by tlpsrc2tlpdb. -longdesc As can be seen, the syntax here is slightly different from a +longdesc As can be seen, the syntax here is slightly different than 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 @@ -26,8 +26,7 @@ docpattern Package t texmf-dist doc %NAME% # auto patterns for category TLCore docpattern TLCore t texmf doc %NAME% -# auto patterns for category ConTeXt -# %STRING% expansion: +# auto patterns for category ConTeXt, with special expansion type: # general form: %[str:]NAME[:str]% # - initial str deletes str at the beginning of pkg name (if matches) # - terminal str deletes str at then end of pkg name (if matches) diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc index cb8a5c3d36d..959ae99fb81 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -43,7 +43,7 @@ depend opt_sys_info:/usr/local/info depend opt_sys_man:/usr/local/man depend opt_install_docfiles:1 depend opt_install_srcfiles:1 -# + # if we want to make a dist frozen uncomment that and tlmgr will bail out # telling that TLNNNN is frozen #depend opt_frozen:1 |