summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 4aaca000d13..01a79998ad0 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1110,6 +1110,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'tikz-kalender',"&MAKEflatten",
'tikz-karnaugh',"&MAKEflatten",
'tikz-ladder', "&MAKEflatten",
+ 'tikz-sfc', "&MAKEflatten",
'time', "die 'skipping, use piff'",
'timeline', "die 'skipping, LaTeX 2.09, never in TL'",
'timescyr', "die 'skipping, monotype font is nonfree'",
@@ -1848,6 +1849,7 @@ $standardtex
'tikz-cd', 'tikz-cd.sty|tikzlibrarycd.code.tex', # not pgfmanual.sty
'tikz-karnaugh', '\.code\.tex$',
'tikz-qtree', '(pgf|tikz-)(subpic|q?tree(-compat)?)\.(tex|sty)',
+ 'tikz-sfc', '\.code\.tex$',
'tikzposter', 'tikzposter[^-].*\.tex|' . $standardtex,
# tipa: we want to install all .sty except tipaman|boxchar|codelist.
# i can't explain why ^(?!...), the "zero-width negative look-ahead