diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/around-the-bend.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/metapost.tlpsrc | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xmltex.tlpsrc | 6 |
6 files changed, 12 insertions, 6 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index f1ce852b85f..ac6bae90126 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -30,7 +30,7 @@ my @WorkingTLP = qw( amsthdoc-it animate ANUfinalexam anyfontsize anysize apa apacite apalike apalike2 appendix apl arabi arabtex arabxetex archaic arcs arev - armenian arobend arphic arrayjob arsclassica + armenian around-the-bend arphic arrayjob arsclassica arydshln Asana-Math asaetr ascii assignment astro attachfile auncial-new aurical authoraftertitle authorindex auto-pst-pdf autoarea automata diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f633451632c..bfcabeb5d8a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -935,6 +935,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'arabxetex', 'xelatex', 'archaic', 'fonts', 'arev', 'fonts', + 'around-the-bend', 'generic', 'arrayjob', 'generic', 'astro', 'fonts', 'aurical', 'fonts', @@ -2827,7 +2828,7 @@ sub MAKEltt { sub MAKEpstricks { - # move the directories around. + # move the directories. &xchdir ($packagedir); &xmkdir ("$DEST/doc/generic"); # diff --git a/Master/tlpkg/tlpsrc/around-the-bend.tlpsrc b/Master/tlpkg/tlpsrc/around-the-bend.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/around-the-bend.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc index a072098e8d5..286f8d0e509 100644 --- a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc @@ -6,6 +6,7 @@ depend MemoirChapStyles depend Type1fonts depend amslatex-primer depend arobend +depend around-the-bend depend asciichart depend components-of-TeX depend comprehensive diff --git a/Master/tlpkg/tlpsrc/metapost.tlpsrc b/Master/tlpkg/tlpsrc/metapost.tlpsrc index d73132fb99f..efcae2517f7 100644 --- a/Master/tlpkg/tlpsrc/metapost.tlpsrc +++ b/Master/tlpkg/tlpsrc/metapost.tlpsrc @@ -1,6 +1,8 @@ depend kpathsea -execute AddFormat name=mpost engine=mpost options="-translate-file=cp227.tcx mpost.mp" -execute AddFormat name=mfplain engine=mpost options="-translate-file=cp227.tcx mfplain.ini" +execute AddFormat name=mpost engine=mpost \ + options="-translate-file=cp227.tcx mpost.mp" +execute AddFormat name=mfplain engine=mpost \ + options="-translate-file=cp227.tcx mfplain.ini" srcpattern f ignore binpattern f bin/${ARCH}/dmp binpattern f bin/${ARCH}/dvitomp diff --git a/Master/tlpkg/tlpsrc/xmltex.tlpsrc b/Master/tlpkg/tlpsrc/xmltex.tlpsrc index 64619600d11..2d30af90c9f 100644 --- a/Master/tlpkg/tlpsrc/xmltex.tlpsrc +++ b/Master/tlpkg/tlpsrc/xmltex.tlpsrc @@ -1,7 +1,9 @@ depend pdftex depend tex -execute AddFormat name=xmltex engine=pdftex patterns=language.dat options="&latex xmltex.ini" -execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat options="&pdflatex pdfxmltex.ini" +execute AddFormat name=xmltex engine=pdftex patterns=language.dat \ + options="&latex xmltex.ini" +execute AddFormat name=pdfxmltex engine=pdftex patterns=language.dat \ + options="&pdflatex pdfxmltex.ini" srcpattern +!d texmf-dist/source/xmltex/xmlplay runpattern d texmf-dist/tex/xmltex/base runpattern d texmf-dist/tex/xmltex/config |