diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-12 16:31:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-12 16:31:45 +0000 |
commit | bc776bf0ddc7c3b5db8813a71dba4443798a7c26 (patch) | |
tree | 1277e52640ad568049da872983c275afd41dd302 | |
parent | 65d55034a65f822fb97fa37d73ae70799dacde4f (diff) |
(category): switch to TLCore to avoid defaults.
(runpattern): add source and doc dirs, so these
files are always present, not affected by the
source/doc install options, per koma-script author.
git-svn-id: svn://tug.org/texlive/trunk@10935 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/koma-script.tlpsrc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/koma-script.tlpsrc b/Master/tlpkg/tlpsrc/koma-script.tlpsrc index e6411d4b8e5..62980a6a176 100644 --- a/Master/tlpkg/tlpsrc/koma-script.tlpsrc +++ b/Master/tlpkg/tlpsrc/koma-script.tlpsrc @@ -1,2 +1,10 @@ name koma-script -category Package +# not exactly that it's TLCore, but we don't want the default patterns. +category TLCore +runpattern t texmf-dist tex koma-script +# include source and doc files in runpatterns so they are not affected +# by the source/doc install options. The koma-script author insists on +# this. Although we do not agree with his interpretation of the LPPL, +# we try to satisfy anyway. +runpattern t texmf-dist source koma-script +runpattern t texmf-dist doc koma-script |