diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 1 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/cprotect.tlpsrc | 0 |
4 files changed, 4 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index d63275beac1..9dc4a9adeeb 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -96,6 +96,7 @@ my @TLP_working = qw( contour cooking cookybooky cool coollist coolstr cooltooltips coordsys courier-scaled courseoutline coursepaper coverpage covington + cprotect crop crossreference crossword crosswrd cryst csbulletin csquotes csvsimple csvtools ctable ctex ctex-faq cursolatex cuisine diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 08a5d02ddf3..20d928ca92a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1508,6 +1508,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'carlisle', '\.ins|ltxtable.tex', 'ccfonts', 'ccfonts.ins', 'chronology', 'chronology.dtx', + 'cprotect', "$package.dtx", 'curve2e', 'curve2e.dtx', 'dotseqn', 'dotseqn.dtx', 'etextools', 'etextools.dtx', @@ -1852,6 +1853,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'bundledoc' => $standardclean . '|\.pdf$', # regen for a4 'chemscheme' => $standardclean . '|jawltxdoc.sty', # temp file for doc 'chemstyle' => $standardclean . '|jawltxdoc.sty', # temp file for doc + 'cprotect' => $standardclean . '|\.cpt', # temp files for doc 'dateiliste' => $standardclean . '|dateiliste.README*', # already in dist 'elvish' => '\.pk3', # no pk files 'epstopdf' => 'epstopdf\.pdf', # we will generate diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 7244c6c3cbf..3b1eaa09893 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -122,6 +122,7 @@ depend coordsys depend courseoutline depend coursepaper depend coverpage +depend cprotect depend crossreference depend csquotes depend csvsimple diff --git a/Master/tlpkg/tlpsrc/cprotect.tlpsrc b/Master/tlpkg/tlpsrc/cprotect.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/cprotect.tlpsrc |