diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 4 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index e8c47f13689..ebaee9070a8 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -151,6 +151,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'fontinst', "&MAKEfontinst", 'footnpag', "&MAKEfootnpag", 'fourier', "&MAKEflatten", + 'fouriernc', "&MAKEflatten", 'fp', "&MAKEfp", 'fpl', "&MAKEflatten", 'fragments', "print \"Not installing fragments (not a package) \n\"", @@ -428,6 +429,7 @@ $standardfoundry='public'; 'fc', 'fonts', 'fontspec', 'xelatex', 'fourier', 'fonts', + 'fouriernc', 'fonts', 'fpl', 'fonts', 'frcursive', 'fonts', 'genmisc', 'generic', @@ -546,6 +548,7 @@ $standardfmt='latex'; 'fontch', 'plain', 'fontspec', 'xelatex', 'fourier', 'fonts', + 'fouriernc', 'fonts', 'frcursive', 'fonts', 'genmisc', 'generic', 'germbib', 'bibtex', @@ -804,6 +807,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'fltpoint', 'NULL', 'footnpag', 'NULL', 'fourier', 'NULL', + 'fouriernc', 'NULL', 'fp', 'example.tex', 'frcursive', '.*\.dtx', 'gatech-thesis', 'gatech-thesis.tex|jules-verne.tex', diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index d010e5b3b64..ddc157417c3 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -46,7 +46,8 @@ my @WorkingTPM = qw( filecontents fixme flagderiv flippdf float floatflt floatrow flowfram fltpoint fmtcount fncychap foekfont fontch fontspec footbib forloop formular - fourier fp free-math-font-survey frenchle fribrief fullpict functan + fourier fouriernc + fp free-math-font-survey frenchle fribrief fullpict functan galois gastex gatech-thesis genmisc genmpage germbib ginpenc glossary gmdoc gmiflink gmutils gmverb gnuplottex gost graphics graphicx-psmin greenpoint |