diff options
author | Norbert Preining <preining@logic.at> | 2007-11-23 21:15:49 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-23 21:15:49 +0000 |
commit | cf9888cdc930d706c40eb3d316e1b327fc891cfa (patch) | |
tree | a92ed8fe2cfbb9c341a87dd5004c9a61ba91ac2e | |
parent | 8f6167f42702168bb34922019a441a8c73974f61 (diff) |
various additions to tlpkg-ctan-check and ctan2tds
git-svn-id: svn://tug.org/texlive/trunk@5583 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 14 |
2 files changed, 10 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 16bda46f726..4fb56d18424 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -798,6 +798,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'mkpattern', 'mkpatter.tex', 'msg', "$standardtex|-msg\.tex", 'nag', "$standardtex|\.cfg|\.nag", + 'nddiss', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', 'ntheorem', '\.sty|\.std', 'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex', 'patch', '\.tex', @@ -1159,10 +1160,12 @@ $cleanpatt='\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot|\.bbl|\.blg|\ %moreclean = ( 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', 'epslatex-fr' => 'R?Danger.eps', + 'flacards' => 'flacards.pdf', 'minitoc' => 'minitoc-texmf.zip', # should just use it, actually 'AkkTeX' => 'still to do', 'pinlabel' => 'pinlabdoc.pdf', 'Susy' => 'susy.pdf', + 'stubs' => 'stubs.pdf', 'pst-asr' => 'pst-asr-doc.pdf', 'guitbeamer' => 'guitbeamer-de.pdf', ); diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 173217b8d47..977ee787df7 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -35,7 +35,7 @@ my @WorkingTLP = qw( bezos bghyphen bibhtml bibleref bibtopic bibtopicprefix bibunits bigfoot binomexp bitfield blacklettert1 blindtext blockdraw_mp boldtensors bookest booklet bophook - boxhandler breakurl bullcntr bussproofs bytefield + boxhandler bpchem breakurl bullcntr bussproofs bytefield captcont caption carlisle carolmin-ps cbcoptic ccaption cclicenses cdpbundl cellspace changebar changes chappg chem-journal chemcompounds chemscheme @@ -56,7 +56,7 @@ my @WorkingTLP = qw( dinat dingbat directory disser dk-bib dlfltxb doi doipubmed dottex doublestroke dpfloat draftwatermark dramatist dtxgallery - dtxtut dvdcoll dvipsconfig dyntree + dtxtut duerer-latex dvdcoll dvipsconfig dyntree easy ebong ebsthesis eCards ecc economic ecv ed edmac ednotes eemeir egameps egplot eijkhout elatex @@ -72,7 +72,7 @@ my @WorkingTLP = qw( fge filecontents fink fixme flagderiv flippdf float floatflt floatrow flowfram fltpoint fmtcount fnbreak - fncychap foekfont fontch fontspec footbib forloop formular + fncychap foekfont fontch fontspec fonttable footbib forloop formular fourier fouriernc fp fpl frankenstein free-math-font-survey frenchle fribrief frletter fullpict functan @@ -82,7 +82,7 @@ my @WorkingTLP = qw( gmiflink gmutils gmverb gnuplottex gost graphics graphicx-psmin greenpoint grnumalt gu GuIT guitbeamer - HA-prosper hands harmony hepthesis hepunits hhtensor histogr hitec + HA-prosper hands harmony hep hepthesis hepunits hhtensor histogr hitec hrlatex hvfloat hyperref hyperxmp hyphen-base hyphen-basque hyphen-french hyphen-german @@ -112,7 +112,7 @@ my @WorkingTLP = qw( mhs microtype minipage-marginpar minitoc minutes mkpattern mla-paper mlist mnsymbol moderncv mongolian-babel moreverb movie15 ms msg multicap - munich muthesis mwcls mwrite + multido munich muthesis mwcls mwrite nag namespc natbib nath nature ncclatex ncctools newlfm nih noitcrul nomencl nomentbl notes2bib ntgclass ntheorem-vn numline numname numprint @@ -132,7 +132,7 @@ my @WorkingTLP = qw( pst-eps pst-eucl pst-fill pst-fr3d pst-fractal pst-func pst-geo pst-grad pst-infixplot pst-jtree pst-labo - pst-lens pst-math pst-ob3d pst-optexp pst-optic + pst-lens pst-light3d pst-math pst-ob3d pst-optexp pst-optic pst-osci pst-pdf pst-pdgr pst-qtree pst-soroban pst-spectra pst-slpe pst-stru pst-uml pst-vue3d pstricks pstricks-add @@ -150,7 +150,7 @@ my @WorkingTLP = qw( snapshot songbook sort-by-letters soul sparklines spie splines splitbib splitindex spotcolor sprite srcltx sseq ssqquote stack stage stdclsdv stdpage stellenbosch struktex - sttools subdepth subeqn subeqnarray + sttools stubs subdepth subeqn subeqnarray subfig subfigure subfloat substr sudoku sudokubundle sugconf supertabular Susy svgcolor svn svn-multi svninfo swebib syntax synproof syntrace synttree |