diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-19 22:43:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-19 22:43:58 +0000 |
commit | 315f6e8cf21d3f57aaefe05b58147de728d5ede0 (patch) | |
tree | a1cace88e0004de97a607a486feab2045bff04aa /Build | |
parent | 1c6ae1bc004f1c8a3b49e90c803ebef5030dcdaa (diff) |
minitoc 45
git-svn-id: svn://tug.org/texlive/trunk@1705 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 3 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 928efbd2a40..1c9e6646e7e 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -491,6 +491,7 @@ $standarddocfmt='latex'; 'lettre', 'NULL', 'localloc', 'localloc.dtx', 'makecell', 'makecell.dtx', + 'minitoc', 'NULL', # takes forever, and files are pregenerated 'paper', 'install.02', 'parrun', 'parrun.ins', 'stmaryrd', 'stmaryrd.dtx', @@ -560,7 +561,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'mff', '\.sty|mf[^f].*\.tex', 'mfpic', 'mfpic.tex', 'mh', '\.sty|\.cls|\.fix', - 'minitoc', '\.sty|\.mld', + 'minitoc', "\.ml[do]|$standardtex", 'misc', '\.sty|\.ltx|\.cls', 'nag', '\.nag', 'ntheorem', '\.sty|\.std', diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 1359fd4512c..48221d22b26 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -59,7 +59,7 @@ sub main #"malayalam", # missing C sources on CTAN, wrote author 5jun05. #"mathspic", # inside pictex, later "makecell", "makeplot", "mathmode", "mcaption", "memoir", - "mhchem", "minitoc", "microtype", "mla-paper", "movie15", + "mhchem", "minitoc", "microtype", "minitoc", "mla-paper", "movie15", #"mpattern", # not up-to-date on CTAN, wrote author 28may05. "nag", "ncclatex", "ncctools", "newlfm", "nomencl", "nomentbl", "numprint", |