diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 1 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-course.tlpsrc | 2 |
4 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index b068762e573..feb325b1778 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -899,6 +899,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap|\.4ht$'; 'kastrup', 'binhex.tex|' . $standardtex, 'keystroke', 'keystroke_.*|\.sty', 'kuvio', '\.tex|\.sty', + 'latex-course','NULL', # keep doc together 'lettre', '\.ins|\.cls', 'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex', 'mathdots', 'mathdots\.tex|' . $standardtex, diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 8ba2f333ae9..b968baa6f11 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -110,7 +110,7 @@ my @WorkingTLP = qw( kalender kastrup kerkis kerntest keystroke koma-script kpfonts l2picfaq l2tabu-english l2tabu-spanish labbook labelcas labels lastpage - latex latex2e-help-texinfo latex-tds latexmp + latex latex2e-help-texinfo latex-course latex-tds latexmp layouts lcd lcg lcyw leading leaflet ledmac leftidx lettrine lewis lfb lgreek lh libertine limap linearA lineno linguex diff --git a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc index 984e7fc562c..8e598e21995 100644 --- a/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-documentation-english.tlpsrc @@ -18,6 +18,7 @@ depend impatient depend knuth depend l2tabu-english depend latex2e-help-texinfo +depend latex-course depend latex-graphics-companion depend latex-web-companion depend lshort-english diff --git a/Master/tlpkg/tlpsrc/latex-course.tlpsrc b/Master/tlpkg/tlpsrc/latex-course.tlpsrc new file mode 100644 index 00000000000..c5dff780c0b --- /dev/null +++ b/Master/tlpkg/tlpsrc/latex-course.tlpsrc @@ -0,0 +1,2 @@ +name latex-course +category Documentation |